Finally make mesg do the right thing (this was driving me crazy!)
[unix-history] / usr.bin / tail / Makefile
index a2dd23f..0a8d455 100644 (file)
@@ -1,6 +1,6 @@
+#      @(#)Makefile    5.4 (Berkeley) 7/21/91
 
 PROG=  tail
 
 PROG=  tail
-SRCS=  tail.c getopt.c getopt1.c
-CFLAGS+=-I${.CURDIR}
+SRCS=  forward.c misc.c read.c reverse.c tail.c
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>