diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/cron/Makefile b/usr.sbin/cron/Makefile index 00830bd05a6..0441c097b31 100644 --- a/usr.sbin/cron/Makefile +++ b/usr.sbin/cron/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.3 2002/07/15 19:13:29 millert Exp $ +# $OpenBSD: Makefile,v 1.4 2002/07/15 19:26:51 millert Exp $ PROG= cron SRCS= cron.c database.c user.c entry.c job.c do_command.c \ misc.c env.c popen.c atrun.c -CFLAGS+=-I${.CURDIR} -Wall +CFLAGS+=-I${.CURDIR} MAN= cron.8 .include <bsd.prog.mk> |