formatting cleanup (checking by torek for sklower)
[unix-history] / usr / src / sys / hp300 / Makefile
index ee8cd5e..1a47281 100644 (file)
@@ -1,18 +1,9 @@
-#
-# Copyright (c) 1991 The Regents of the University of California.
-# All rights reserved.
-#
-# %sccs.include.redist.sh
-#
-#      @(#)Makefile    7.1 (Berkeley) %G%
-#
-
-COMM=  ../net/*.[ch] ../netimp/*.[ch] ../netinet/*.[ch] ../netns/*.[ch] \
-       ../netiso/*.[ch] ../netccitt/*.[ch] \
-       ../kern/*.c ../ufs/*.[ch] ../nfs/*.[ch] ../vm/*.[ch] ../sys/*.h
+#      @(#)Makefile    7.5 (Berkeley) %G%
 
 # Makefile for hp300 tags file
 
 
 # Makefile for hp300 tags file
 
+.include "../kern/Make.tags.inc"
+
 all:
        @echo "make tags or links only"
 
 all:
        @echo "make tags or links only"
 
@@ -22,9 +13,9 @@ SHP300=       ../hp300/hp300/*.[ch] ../hp300/include/*.h \
 AHP300=        ../hp300/hp300/*.s
 
 # Directories in which to place hp300 tags links
 AHP300=        ../hp300/hp300/*.s
 
 # Directories in which to place hp300 tags links
-DHP300=        hp300 dev hpux include
+DHP300=        dev hpux include
 
 
-tags:
+tags: FRC
        -ctags -dtf ${THP300} ${COMM} ${SHP300}
        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHP300} | \
            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
        -ctags -dtf ${THP300} ${COMM} ${SHP300}
        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AHP300} | \
            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
@@ -33,4 +24,6 @@ tags:
 
 links:
        -for i in ${DHP300}; do \
 
 links:
        -for i in ${DHP300}; do \
-           cd ../$$i && rm -f tags; ln -s ../tags tags; done
+           (cd $$i && rm -f tags; ln -s ../tags tags); done
+
+FRC: