No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / alpha / Makefile
bloba71d4d091d92bfa762880534e77269027d3a594b
1 # $NetBSD: Makefile,v 1.12 2003/01/06 17:40:21 lukem Exp $
3 # Makefile for alpha tags file and boot blocks
5 TALPHA= ../alpha/tags
6 SALPHA= ../alpha/alpha/*.[ch] ../alpha/include/*.h \
7 ../alpha/pci/*.[ch] ../alpha/tlsb/*.[ch] ../alpha/tc/*.[ch]
8 AALPHA= ../alpha/alpha/*.S
10 # Directories in which to place tags links
11 DALPHA= tc include
13 .include "../../kern/Make.tags.inc"
15 tags:
16 -ctags -wdtf ${TALPHA} ${SALPHA} ${COMM}
17 egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AALPHA} | \
18 ${TOOL_SED} "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
19 >> ${TALPHA}
20 sort -o ${TALPHA} ${TALPHA}
22 links:
23 -for i in ${DALPHA}; do \
24 cd $$i && rm -f tags; ln -s ../tags tags; done
27 SUBDIR= compile include stand
29 .include <bsd.subdir.mk>