=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/crontab/Makefile,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/crontab/Makefile 2002/05/09 21:22:01 1.4 --- src/usr.bin/crontab/Makefile 2005/12/19 19:12:17 1.5 *************** *** 1,8 **** ! # $OpenBSD: Makefile,v 1.4 2002/05/09 21:22:01 millert Exp $ PROG= crontab SRCS= crontab.c misc.c entry.c env.c ! CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0 BINGRP =crontab BINMODE=2555 MAN= crontab.1 crontab.5 --- 1,8 ---- ! # $OpenBSD: Makefile,v 1.5 2005/12/19 19:12:17 millert Exp $ PROG= crontab SRCS= crontab.c misc.c entry.c env.c ! CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0 BINGRP =crontab BINMODE=2555 MAN= crontab.1 crontab.5