NetBSD/usr.bin/newsyslog/Makefile

14 lines
319 B
Makefile
Raw Normal View History

1999-12-07 14:28:13 +03:00
# $NetBSD: Makefile,v 1.12 1999/12/07 11:28:13 ad Exp $
PROG= newsyslog
1997-10-24 13:00:17 +04:00
CPPFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
CPPFLAGS+= -DPIDFILE=\"/var/run/syslogd.pid\"
1997-10-24 13:00:17 +04:00
CPPFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
CPPFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
1994-12-22 15:29:38 +03:00
MAN= newsyslog.8
1999-12-07 14:28:13 +03:00
MLINKS+=newsyslog.8 newsyslog.conf.5
.include <bsd.prog.mk>