Update for Vixie Cron 3.0
This commit is contained in:
parent
ba46c17534
commit
f8caf41af1
|
@ -1,20 +1,10 @@
|
|||
# $Id: Makefile,v 1.5 1993/08/02 17:53:21 mycroft Exp $
|
||||
# $Id: Makefile,v 1.6 1994/01/05 21:03:46 jtc Exp $
|
||||
|
||||
PROG= crontab
|
||||
SRCS= crontab.c misc.c entry.c env.c
|
||||
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../libexec/crond -DDEBUGGING=1 -DBSD -DCRONDIR='"/var/cron"' -fstrength-reduce
|
||||
SRCS= crontab.c misc.c entry.c env.c compat.c
|
||||
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../libexec/cron -DDEBUGGING=1
|
||||
BINOWN =root
|
||||
BINMODE=4111
|
||||
MAN1= crontab.0
|
||||
CLEANFILES=crontab.5.0
|
||||
|
||||
crontab.0: crontab.5.0
|
||||
|
||||
.if !defined(NOMAN)
|
||||
afterinstall:
|
||||
install ${COPY} -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} crontab.5.0 \
|
||||
${DESTDIR}${MANDIR}5/crontab.0
|
||||
.endif
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
.PATH: ${.CURDIR}/../../libexec/crond
|
||||
.PATH: ${.CURDIR}/../../libexec/cron
|
||||
|
|
Loading…
Reference in New Issue