summaryrefslogtreecommitdiffstats
path: root/usr.sbin/newsyslog/Makefile
blob: 07d12cc5e956e0de07051450bfad07868fc1e241 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$FreeBSD$

PROG=	newsyslog

CFLAGS+= -DOSF
CFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
CFLAGS+= -DCOMPRESS_PATH=\"/usr/bin/gzip\"
CFLAGS+= -DCOMPRESS_PROG=\"gzip\"
CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"

BINOWN=	root

MAN8=	newsyslog.8

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud