summaryrefslogtreecommitdiff
path: root/usr.bin/crontab/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/crontab/Makefile')
-rw-r--r--usr.bin/crontab/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile
index 64577960205a..2a251b747aa3 100644
--- a/usr.bin/crontab/Makefile
+++ b/usr.bin/crontab/Makefile
@@ -1,19 +1,10 @@
-#
-# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
-# -------------------- ----- ----------------------
-# CURRENT PATCH LEVEL: 1 00131
-# -------------------- ----- ----------------------
-#
-# 06 Apr 93 Adam Glass Fixed so manual pages install, install crontab
-# with proper permissions and owners
-#
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
-CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../libexec/crond -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce
+CFLAGS+= -I${.CURDIR}/../../usr.sbin/cron
BINOWN =root
BINMODE=4111
MAN1= crontab.1
MAN5= crontab.5
.include <bsd.prog.mk>
-.PATH: ${.CURDIR}/../../libexec/crond
+.PATH: ${.CURDIR}/../../usr.sbin/cron