fix header
[unix-history] / usr / src / sys / i386 / Makefile
index 5eae678..8322a47 100644 (file)
@@ -1,14 +1,9 @@
-#
-# Copyright (c) 1991 The Regents of the University of California.
-# All rights reserved.
-#
-# %sccs.include.redist.sh
-#
-#      @(#)Makefile    7.1 (Berkeley) %G%
-#
+#      @(#)Makefile    7.5 (Berkeley) %G%
 
 # Makefile for i386 tags file
 
 
 # Makefile for i386 tags file
 
+.include "../kern/Make.tags.inc"
+
 all:
        @echo "make tags or links only"
 
 all:
        @echo "make tags or links only"
 
@@ -17,9 +12,9 @@ SI386=        ../i386/i386/*.[ch] ../i386/include/*.h ../i386/isa/*.[ch]
 AI386= ../i386/i386/*.s
 
 # Directories in which to place i386 tags links
 AI386= ../i386/i386/*.s
 
 # Directories in which to place i386 tags links
-DI386= isa i386 include
+DI386= eisa isa mca include
 
 
-tags:
+tags: FRC
        -ctags -dtf ${TI386} ${COMM} ${SI386}
        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
        -ctags -dtf ${TI386} ${COMM} ${SI386}
        egrep "^ENTRY(.*)|^ALTENTRY(.*)" ${AI386} | \
            sed "s;\([^:]*\):\([^(]*\)(\([^, )]*\)\(.*\);\3 \1 /^\2(\3\4$$/;" \
@@ -28,4 +23,6 @@ tags:
 
 links:
        -for i in ${DI386}; do \
 
 links:
        -for i in ${DI386}; do \
-           cd $$i && rm -f tags; ln -s ../tags tags; done
+           (cd $$i && rm -f tags; ln -s ../tags tags); done
+
+FRC: