X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/beb54af10082dc588132b2c0d32e050028b72c78..78ed81a334dab56aa7a876792a473d67d4359c25:/usr.bin/crontab/Makefile diff --git a/usr.bin/crontab/Makefile b/usr.bin/crontab/Makefile index 20e43fe7b9..6457796020 100644 --- a/usr.bin/crontab/Makefile +++ b/usr.bin/crontab/Makefile @@ -12,14 +12,8 @@ SRCS= crontab.c misc.c entry.c env.c CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../libexec/crond -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce BINOWN =root BINMODE=4111 -MAN1= crontab.0 -CLEANFILES=crontab.5.0 - -crontab.0: crontab.5.0 - -afterinstall: - install -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} crontab.5.0 \ - ${DESTDIR}${MANDIR}5/crontab.0 +MAN1= crontab.1 +MAN5= crontab.5 .include .PATH: ${.CURDIR}/../../libexec/crond