diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-15 19:26:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-15 19:26:52 +0000 |
commit | 45276220d5d59b65632d0bae92480ed8412fb502 (patch) | |
tree | 3dd9f84b36527bb6a45013c850df25cd4b83d7e3 /usr.sbin | |
parent | 1323e51d865bea6979f37960653021d43cb18da0 (diff) |
-Wall was for testing
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> |