Makefile revision 1.11
1# $NetBSD: Makefile,v 1.11 1999/06/09 11:39:46 tron 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 11 12.include <bsd.prog.mk> 13