From 913a7b1918e07d0317cbc51ddaa5225428f2e0c2 Mon Sep 17 00:00:00 2001 From: tedu Date: Fri, 23 Jan 2015 01:58:20 +0000 Subject: [PATCH] don't need to define debugging 0 anymore --- usr.bin/at/Makefile | 4 ++-- usr.bin/crontab/Makefile | 4 ++-- 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 -- 2.20.1