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

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

1.5     ! deraadt     1: #      $OpenBSD: Makefile,v 1.4 1997/07/07 22:50:56 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
1.5     ! deraadt    16: MLINKS=        newsyslog.8 newsyslog.conf.5
1.1       deraadt    17:
                     18: .include <bsd.prog.mk>