xref: /freebsd/usr.sbin/newsyslog/Makefile (revision abf212be33f812c50a60b2856553d47e7a15a673)
1abf212beSThomas Graichen#	$Id: Makefile,v 1.6 1994/12/22 12:30:26 cgd Exp $
2abf212beSThomas Graichen
3abf212beSThomas GraichenPROG=	newsyslog
4abf212beSThomas Graichen
5abf212beSThomas GraichenCFLAGS+= -DOSF
6abf212beSThomas GraichenCFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
7abf212beSThomas GraichenCFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
8abf212beSThomas GraichenCFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
9abf212beSThomas GraichenCFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
10abf212beSThomas Graichen
11abf212beSThomas GraichenBINOWN=	root
12abf212beSThomas Graichen
13abf212beSThomas GraichenMAN8=	newsyslog.8
14abf212beSThomas Graichen
15abf212beSThomas Graichen.include <bsd.prog.mk>
16