summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-01-23 01:58:20 +0000
committertedu <tedu@openbsd.org>2015-01-23 01:58:20 +0000
commit913a7b1918e07d0317cbc51ddaa5225428f2e0c2 (patch)
tree526c93823bf308bb5eec9025ef28b553d53c6d5b
parentminor debug removal cleanup (diff)
downloadwireguard-openbsd-913a7b1918e07d0317cbc51ddaa5225428f2e0c2.tar.xz
wireguard-openbsd-913a7b1918e07d0317cbc51ddaa5225428f2e0c2.zip
don't need to define debugging 0 anymore
-rw-r--r--usr.bin/at/Makefile4
-rw-r--r--usr.bin/crontab/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/at/Makefile b/usr.bin/at/Makefile
index a56c946054a..3d3ea788144 100644
--- a/usr.bin/at/Makefile
+++ b/usr.bin/at/Makefile
@@ -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 \
diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile
index 1ec2905d963..dff94dcdc8b 100644
--- a/usr.bin/crontab/Makefile
+++ b/usr.bin/crontab/Makefile
@@ -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