[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / crontab

Annotation of src/usr.bin/crontab/Makefile, Revision 1.1

1.1     ! deraadt     1: #      $Id: Makefile,v 1.14 1995/06/10 20:55:16 mycroft Exp $
        !             2:
        !             3: PROG=  crontab
        !             4: SRCS=  crontab.c misc.c entry.c env.c
        !             5: CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1
        !             6: BINOWN =root
        !             7: BINMODE=4555
        !             8: MAN=   crontab.1 crontab.5
        !             9:
        !            10: .PATH: ${.CURDIR}/../../usr.sbin/cron
        !            11:
        !            12: .include <bsd.prog.mk>