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

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

1.3     ! deraadt     1: #      $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:25 deraadt Exp $
1.1       deraadt     2:
                      3: PROG=  crontab
                      4: SRCS=  crontab.c misc.c entry.c env.c
1.3     ! deraadt     5: CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=0
1.1       deraadt     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>