aboutsummaryrefslogtreecommitdiff
path: root/libexec/crond/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/crond/Makefile')
-rw-r--r--libexec/crond/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/libexec/crond/Makefile b/libexec/crond/Makefile
deleted file mode 100644
index f722dae12197..000000000000
--- a/libexec/crond/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-#
-#
-# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
-# -------------------- ----- ----------------------
-# CURRENT PATCH LEVEL: 1 00037
-# -------------------- ----- ----------------------
-#
-# 15 Sep 92 Adrian Hall Fixes SRCS line
-#
-
-PROG= crond
-SRCS= crond.c database.c user.c entry.c misc.c job.c do_command.c env.c
-CFLAGS+=-I${.CURDIR} -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce
-MAN8= crond.8
-
-.include <bsd.prog.mk>