summaryrefslogtreecommitdiff
path: root/usr.bin/at/Makefile
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2015-01-23 01:58:21 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2015-01-23 01:58:21 +0000
commit6e108fa118245a27c3c49d2a68b390c56d6869e2 (patch)
treefb641b74995a86303bf0b7f7fdc3abd538129e4a /usr.bin/at/Makefile
parentdca32feaf100b44df73f309a3b946e6484e2ed1d (diff)
don't need to define debugging 0 anymore
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r--usr.bin/at/Makefile4
1 files changed, 2 insertions, 2 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 \