NetBSD/usr.bin/crontab/Makefile

13 lines
292 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.14 1995/06/10 20:55:16 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
1994-01-12 22:29:31 +03:00
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1
BINOWN =root
BINMODE=4555
1994-12-22 15:29:38 +03:00
MAN= crontab.1 crontab.5
1994-12-22 15:29:38 +03:00
.PATH: ${.CURDIR}/../../usr.sbin/cron
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>