Define USE_UTIMES.

This commit is contained in:
mycroft 1997-10-19 14:43:24 +00:00
parent 6e4783d48e
commit d8eb1d74d5

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.19 1997/10/19 13:00:58 lukem Exp $
# $NetBSD: Makefile,v 1.20 1997/10/19 14:43:24 mycroft Exp $
WARNS= 0
PROG= crontab
SRCS= crontab.c misc.c entry.c env.c
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1
CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../../usr.sbin/cron -DDEBUGGING=1 -DUSE_UTIMES
BINOWN =root
BINMODE=4555
MAN= crontab.1 crontab.5