Pull in some of the lpt_port_test fixes from lpt.c.
[unix-history] / libexec / crond / Makefile
CommitLineData
15637ed4
RG
1#
2#
3#
4# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
5# -------------------- ----- ----------------------
6# CURRENT PATCH LEVEL: 1 00037
7# -------------------- ----- ----------------------
8#
9# 15 Sep 92 Adrian Hall Fixes SRCS line
10#
11
12PROG= crond
13SRCS= crond.c database.c user.c entry.c misc.c job.c do_command.c env.c
14CFLAGS+=-I${.CURDIR} -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce
44ec9501 15MAN8= crond.8
15637ed4
RG
16
17.include <bsd.prog.mk>