NetBSD/usr.bin/crontab/Makefile

14 lines
303 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.19 1997/10/19 13:00:58 lukem Exp $
1993-03-21 12:45:37 +03:00
WARNS= 0
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
.PATH: ${.CURDIR}/../../usr.sbin/cron
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>