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

Diff for /src/usr.bin/newsyslog/Makefile between version 1.6 and 1.7

version 1.6, 2016/03/30 06:38:46 version 1.7, 2016/06/01 16:57:48
Line 2 
Line 2 
   
 PROG=   newsyslog  PROG=   newsyslog
   
 CFLAGS+= -DCONF=\"/etc/newsyslog.conf\"  
 CFLAGS+= -DPIDFILE=\"/var/run/syslog.pid\"  
 CFLAGS+= -DCOMPRESS=\"/usr/bin/gzip\"  
 CFLAGS+= -DCOMPRESS_POSTFIX=\".gz\"  
 CFLAGS+= -DSTATS_DIR=\"/var/run\"  
 CFLAGS+= -DSENDMAIL=\"/usr/sbin/sendmail\"  
 CFLAGS+= -DQUAD_OFF_T  
   
 BINOWN= root  BINOWN= root
   
 MAN=    newsyslog.8  MAN=    newsyslog.8

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7