1999-12-07 14:28:13 +03:00
|
|
|
# $NetBSD: Makefile,v 1.12 1999/12/07 11:28:13 ad Exp $
|
1993-05-21 18:43:59 +04:00
|
|
|
|
|
|
|
PROG= newsyslog
|
|
|
|
|
1997-10-24 13:00:17 +04:00
|
|
|
CPPFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
|
1999-06-09 15:39:46 +04:00
|
|
|
CPPFLAGS+= -DPIDFILE=\"/var/run/syslogd.pid\"
|
1997-10-24 13:00:17 +04:00
|
|
|
CPPFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
|
|
|
|
CPPFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
|
1993-05-21 18:43:59 +04:00
|
|
|
|
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
|
1993-05-21 18:43:59 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|