=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/crontab/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/crontab/Makefile 1996/06/26 05:32:25 1.2 +++ src/usr.bin/crontab/Makefile 1998/07/12 08:23:49 1.3 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:25 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1998/07/12 08:23:49 deraadt Exp $ PROG= crontab SRCS= crontab.c misc.c entry.c env.c -CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1 +CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0 BINOWN =root BINMODE=4555 MAN= crontab.1 crontab.5