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

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

1.4     ! downsj      1: #      $OpenBSD: Makefile,v 1.3 1997/04/27 13:48:54 downsj 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>