diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-01-23 01:58:21 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-01-23 01:58:21 +0000 |
commit | 6e108fa118245a27c3c49d2a68b390c56d6869e2 (patch) | |
tree | fb641b74995a86303bf0b7f7fdc3abd538129e4a /usr.bin/at/Makefile | |
parent | dca32feaf100b44df73f309a3b946e6484e2ed1d (diff) |
don't need to define debugging 0 anymore
Diffstat (limited to 'usr.bin/at/Makefile')
-rw-r--r-- | usr.bin/at/Makefile | 4 |
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 \ |