summaryrefslogtreecommitdiff
path: root/usr.sbin/newsyslog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/newsyslog/Makefile')
-rw-r--r--usr.sbin/newsyslog/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
deleted file mode 100644
index c04af65ac0db..000000000000
--- a/usr.sbin/newsyslog/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $Id: Makefile,v 1.6 1994/12/22 12:30:26 cgd Exp $
-
-PROG= newsyslog
-
-CFLAGS+= -DOSF
-CFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
-CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
-CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
-CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
-
-BINOWN= root
-
-MAN8= newsyslog.8
-
-.include <bsd.prog.mk>