NetBSD/usr.bin/crontab/Makefile

13 lines
288 B
Makefile
Raw Normal View History

1994-12-24 19:28:39 +03:00
# $Id: Makefile,v 1.13 1994/12/24 16:28:39 cgd 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=4111
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>