aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-09-19 22:42:14 +0000
commit2887f586f005fe5eb493b650ee78afc2a9b0ebc5 (patch)
tree945561e1f3d7a25a1e726eb923e36543cef3e5c0 /usr.sbin/newsyslog/Makefile
parentbe0cde6f10dc8f3b82982c7912af93d61d828d75 (diff)
Notes
Diffstat (limited to 'usr.sbin/newsyslog/Makefile')
-rw-r--r--usr.sbin/newsyslog/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
index a6654c6452cc1..5d83c091ec93d 100644
--- a/usr.sbin/newsyslog/Makefile
+++ b/usr.sbin/newsyslog/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.4 1997/02/22 16:08:24 peter Exp $
PROG= newsyslog
@@ -9,8 +9,6 @@ CFLAGS+= -DCOMPRESS_PATH=\"/usr/bin/gzip\"
CFLAGS+= -DCOMPRESS_PROG=\"gzip\"
CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
-BINOWN= root
-
MAN8= newsyslog.8
.include <bsd.prog.mk>