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

Diff for /src/usr.bin/crontab/Makefile between version 1.5 and 1.6

version 1.5, 2005/12/19 19:12:17 version 1.6, 2015/01/23 01:58:20
Line 2 
Line 2 
   
 PROG=   crontab  PROG=   crontab
 SRCS=   crontab.c misc.c entry.c env.c  SRCS=   crontab.c misc.c entry.c env.c
 CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0  CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron
 BINGRP =crontab  BINGRP =crontab
 BINMODE=2555  BINMODE=2555
 MAN=    crontab.1 crontab.5  MAN=    crontab.1 crontab.5

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