fix tags
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 6 May 1992 00:34:24 +0000 (16:34 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Wed, 6 May 1992 00:34:24 +0000 (16:34 -0800)
SCCS-vsn: sys/i386/Makefile 7.4

usr/src/sys/i386/Makefile

index 22c45e2..e6f3a6a 100644 (file)
@@ -1,7 +1,9 @@
-#      @(#)Makefile    7.3 (Berkeley) %G%
+#      @(#)Makefile    7.4 (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"
 
@@ -12,7 +14,7 @@ AI386=        ../i386/i386/*.s
 # Directories in which to place i386 tags links
 DI386= eisa isa mca include
 
 # Directories in which to place i386 tags links
 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$$/;" \
@@ -22,3 +24,5 @@ tags:
 links:
        -for i in ${DI386}; do \
            cd $$i && rm -f tags; ln -s ../tags tags; done
 links:
        -for i in ${DI386}; do \
            cd $$i && rm -f tags; ln -s ../tags tags; done
+
+FRC: