xref: /386bsd/usr/src/libexec/cron/Makefile (revision a2142627)
1
2PROG=	cron
3SRCS=	cron.c database.c do_command.c entry.c env.c job.c \
4	user.c popen.c misc.c
5CFLAGS+=-I${.CURDIR} -DDEBUGGING=1 -DBSD=0x900000 -DCRONDIR='"/var/cron"' -fstrength-reduce
6MAN8=	cron.0
7
8.include <bsd.prog.mk>
9