Removed a disgusting wart that attempts to verify that the data in the
[unix-history] / usr.bin / crontab / Makefile
CommitLineData
15637ed4
RG
1PROG= crontab
2SRCS= crontab.c misc.c entry.c env.c
693d8207 3CFLAGS+= -I${.CURDIR}/../../usr.sbin/cron
15637ed4
RG
4BINOWN =root
5BINMODE=4111
371bcb36
RM
6MAN1= crontab.1
7MAN5= crontab.5
15637ed4
RG
8
9.include <bsd.prog.mk>
693d8207 10.PATH: ${.CURDIR}/../../usr.sbin/cron