NetBSD/usr.bin/crontab/Makefile

15 lines
327 B
Makefile
Raw Normal View History

1997-10-24 13:00:17 +04:00
# $NetBSD: Makefile,v 1.21 1997/10/24 09:00:24 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
1997-10-24 13:00:17 +04:00
CPPFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1
CPPFLAGS+=-DUSE_UTIMES
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>