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

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

1.8     ! millert     1: #      $OpenBSD: Makefile,v 1.7 2015/10/31 12:19:41 millert Exp $
1.1       deraadt     2:
                      3: PROG=  crontab
1.8     ! millert     4: SRCS=  crontab.c entry.c env.c client.c misc.c
1.6       tedu        5: CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron
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>