diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-12 08:23:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-12 08:23:50 +0000 |
commit | 1867156076ef90623ca6dcd210e64404b7c343d1 (patch) | |
tree | c9dc0188d7b4c6572adf57179ac1c6155a322c5e /usr.bin | |
parent | abb4411452ad36fa43e6aaa446b6732c0d710ba4 (diff) |
disable debugging in crontab
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/crontab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile index 5dbf742c255..bfd1f7e4cd7 100644 --- a/usr.bin/crontab/Makefile +++ b/usr.bin/crontab/Makefile @@ -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 |