don't need to define debugging 0 anymore
authortedu <tedu@openbsd.org>
Fri, 23 Jan 2015 01:58:20 +0000 (01:58 +0000)
committertedu <tedu@openbsd.org>
Fri, 23 Jan 2015 01:58:20 +0000 (01:58 +0000)
usr.bin/at/Makefile
usr.bin/crontab/Makefile

index a56c946..3d3ea78 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: Makefile,v 1.8 2003/02/20 20:38:08 millert Exp $
+#      $OpenBSD: Makefile,v 1.9 2015/01/23 01:58:20 tedu Exp $
 
 PROG=  at
 SRCS=  at.c misc.c parsetime.c
 CRONDIR=${.CURDIR}/../../usr.sbin/cron
-CFLAGS+=-I${CRONDIR} -DDEBUGGING=0
+CFLAGS+=-I${CRONDIR}
 MAN=   at.1 atrm.1 atq.1
 LINKS= ${BINDIR}/at ${BINDIR}/atq \
        ${BINDIR}/at ${BINDIR}/atrm \
index 1ec2905..dff94dc 100644 (file)
@@ -1,8 +1,8 @@
-#      $OpenBSD: Makefile,v 1.5 2005/12/19 19:12:17 millert Exp $
+#      $OpenBSD: Makefile,v 1.6 2015/01/23 01:58:20 tedu Exp $
 
 PROG=  crontab
 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
 BINMODE=2555
 MAN=   crontab.1 crontab.5