NetBSD/usr.bin/crontab/Makefile

14 lines
321 B
Makefile
Raw Normal View History

1998-02-22 15:08:33 +03:00
# $NetBSD: Makefile,v 1.22 1998/02/22 12:16:03 christos Exp $
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>