X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/beb54af10082dc588132b2c0d32e050028b72c78..78ed81a334dab56aa7a876792a473d67d4359c25:/libexec/crond/Makefile diff --git a/libexec/crond/Makefile b/libexec/crond/Makefile index 755d6a092e..f722dae121 100644 --- a/libexec/crond/Makefile +++ b/libexec/crond/Makefile @@ -12,6 +12,6 @@ PROG= crond SRCS= crond.c database.c user.c entry.c misc.c job.c do_command.c env.c CFLAGS+=-I${.CURDIR} -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce -MAN8= crond.0 +MAN8= crond.8 .include