added typedefs flag to ctags args
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 13 Mar 1987 16:55:27 +0000 (08:55 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 13 Mar 1987 16:55:27 +0000 (08:55 -0800)
SCCS-vsn: sys/kern/Makefile 7.2

usr/src/sys/kern/Makefile

index f1776d7..080542e 100644 (file)
@@ -3,7 +3,7 @@
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
 # All rights reserved.  The Berkeley software License Agreement
 # specifies the terms and conditions for redistribution.
 #
-#      @(#)Makefile    7.1 (Berkeley) %G%
+#      @(#)Makefile    7.2 (Berkeley) %G%
 #
 # Put the ../h stuff near the end so that subroutine definitions win when
 # there is a struct tag with the same name (eg., vmmeter).  The real
 #
 # Put the ../h stuff near the end so that subroutine definitions win when
 # there is a struct tag with the same name (eg., vmmeter).  The real
@@ -37,7 +37,7 @@ all:
 tags: FRC
        mv tags tags.old
        -cp ../machine/astags tags
 tags: FRC
        mv tags tags.old
        -cp ../machine/astags tags
-       ${CTAGS} -a ${SRCS}
+       ${CTAGS} -at ${SRCS}
        sort -o tags.new tags
        mv tags.new tags
        rm -f tags.old
        sort -o tags.new tags
        mv tags.new tags
        rm -f tags.old