Makefile revision 1.12
1#	$NetBSD: Makefile,v 1.12 1999/12/07 11:28:13 ad Exp $
2
3PROG=	newsyslog
4
5CPPFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
6CPPFLAGS+= -DPIDFILE=\"/var/run/syslogd.pid\"
7CPPFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
8CPPFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
9
10MAN=	newsyslog.8
11MLINKS+=newsyslog.8 newsyslog.conf.5
12
13.include <bsd.prog.mk>
14