summaryrefslogtreecommitdiff
path: root/usr.bin/tail/Makefile
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-01-12 23:43:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-01-12 23:43:08 +0000
commitaa1d7761d73e912c4a251a0b59620889e8f157c7 (patch)
treed0856ed255235bb2f07a9512db12a4f6d7bd60a1 /usr.bin/tail/Makefile
parente661b0e07a7f4c778ac8e9b5eb341a7ad9795c2b (diff)
Fix core dump and use libc err(3) instead of private one (which had
slightly different semantics). Also clean up some gcc -Wall'isms.
Diffstat (limited to 'usr.bin/tail/Makefile')
-rw-r--r--usr.bin/tail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tail/Makefile b/usr.bin/tail/Makefile
index f523042957c..42f7cd7cd10 100644
--- a/usr.bin/tail/Makefile
+++ b/usr.bin/tail/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.2 1996/06/26 05:40:14 deraadt Exp $
+# $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 $
PROG= tail
-SRCS= forward.c misc.c read.c reverse.c tail.c
+SRCS= forward.c read.c reverse.c tail.c
.include <bsd.prog.mk>