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

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

1.4     ! millert     1: #      $OpenBSD: Makefile,v 1.3 1998/07/12 08:23:49 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.4     ! millert     6: BINGRP =crontab
        !             7: BINMODE=2555
1.1       deraadt     8: MAN=   crontab.1 crontab.5
                      9:
                     10: .PATH: ${.CURDIR}/../../usr.sbin/cron
                     11:
                     12: .include <bsd.prog.mk>