diff options
Diffstat (limited to 'usr.bin/tail/Makefile')
-rw-r--r-- | usr.bin/tail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile index 42f7cd7cd10..6b94b2c250e 100644 --- a/usr.bin/tail/Makefile +++ b/usr.bin/tail/Makefile @@ -1,5 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/01/12 23:43:03 millert Exp $ -# $NetBSD: Makefile,v 1.3 1994/11/23 07:41:55 jtc Exp $ +# $OpenBSD: Makefile,v 1.4 1997/09/21 11:51:04 deraadt Exp $ PROG= tail SRCS= forward.c read.c reverse.c tail.c |