[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / newsyslog

Annotation of src/usr.bin/newsyslog/Makefile, Revision 1.6

1.6     ! jmc         1: #      $OpenBSD: Makefile,v 1.5 2001/08/21 17:25:05 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  newsyslog
                      4:
                      5: CFLAGS+= -DCONF=\"/etc/newsyslog.conf\"
                      6: CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"
                      7: CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"
                      8: CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"
1.4       downsj      9: CFLAGS+= -DSTATS_DIR=\"/var/run\"
                     10: CFLAGS+= -DSENDMAIL=\"/usr/sbin/sendmail\"
                     11: CFLAGS+= -DQUAD_OFF_T
1.1       deraadt    12:
                     13: BINOWN=        root
                     14:
                     15: MAN=   newsyslog.8
                     16:
                     17: .include <bsd.prog.mk>