added make tags
[unix-history] / usr / src / usr.sbin / lpr / Makefile
index d1c2f6d..6bb850d 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    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 #
 # makefile for line printer spooling system
 #
 #
 # makefile for line printer spooling system
 #
@@ -77,6 +77,9 @@ clean:
        rm -f ${ALL} *.o
        cd filters; make ${MFLAGS} clean
 
        rm -f ${ALL} *.o
        cd filters; make ${MFLAGS} clean
 
+tags:
+       ctags ${SRCS}
+
 print:
        @pr makefile
        @${CXREF} *.c | pr -h XREF
 print:
        @pr makefile
        @${CXREF} *.c | pr -h XREF