diff options
Diffstat (limited to 'usr.bin/tail/Makefile')
-rw-r--r-- | usr.bin/tail/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile new file mode 100644 index 00000000000..d189e21ec87 --- /dev/null +++ b/usr.bin/tail/Makefile @@ -0,0 +1,7 @@ +# $NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $ +# @(#)Makefile 8.1 (Berkeley) 6/6/93 + +PROG= tail +SRCS= forward.c misc.c read.c reverse.c tail.c + +.include <bsd.prog.mk> |