NetBSD/libexec/crond/Makefile
glass 4be757ff79 following changes:
no longer compiled with debugging turned on.
	uses syslog and not /var/cron/log directly for logging stuff
	fixed missing ifdef
1993-05-11 08:16:01 +00:00

18 lines
457 B
Makefile

#
#
#
# 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} -DBSD -DCRONDIR='"/var/cron"'
MAN8= crond.0
.include <bsd.prog.mk>