diff options
Diffstat (limited to 'usr.bin/crontab/Makefile')
-rw-r--r-- | usr.bin/crontab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |