NetBSD/usr.bin/crontab/Makefile

13 lines
288 B
Makefile

# $Id: Makefile,v 1.13 1994/12/24 16:28:39 cgd 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=4111
MAN= crontab.1 crontab.5
.PATH: ${.CURDIR}/../../usr.sbin/cron
.include <bsd.prog.mk>