# $OpenBSD: Makefile,v 1.2 1996/06/26 05:32:25 deraadt Exp $ PROG= crontab SRCS= crontab.c misc.c entry.c env.c CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1 BINOWN =root BINMODE=4555 MAN= crontab.1 crontab.5 .PATH: ${.CURDIR}/../../usr.sbin/cron .include