diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:52:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-21 11:52:20 +0000 |
commit | 19bc5ba298ed03321dc51faa21aa64615eb767d4 (patch) | |
tree | d4c105f3eb247944f1e65cea78a59989e0b1a531 /usr.bin/tail | |
parent | 7d6a29d2889b0d13f2913bd165f1ba9e94e0473c (diff) |
$OpenBSD$
Diffstat (limited to 'usr.bin/tail')
-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 |