summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/newsyslog/Makefile')
-rw-r--r--usr.sbin/newsyslog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/newsyslog/Makefile b/usr.sbin/newsyslog/Makefile
index c04af65..b0954d4 100644
--- a/usr.sbin/newsyslog/Makefile
+++ b/usr.sbin/newsyslog/Makefile
@@ -1,11 +1,12 @@
-# $Id: Makefile,v 1.6 1994/12/22 12:30:26 cgd Exp $
+# $Id: Makefile,v 1.1.1.1 1996/01/05 09:28:11 graichen Exp $
PROG= newsyslog
CFLAGS+= -DOSF
CFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
-CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
+CFLAGS+= -DCOMPRESS_PATH=\"/usr/bin/gzip\"
+CFLAGS+= -DCOMPRESS_PROG=\"gzip\"
CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
BINOWN= root
OpenPOWER on IntegriCloud