summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-07-15 19:26:51 +0000
committermillert <millert@openbsd.org>2002-07-15 19:26:51 +0000
commitbf9ca1cacacf5fbd59eb4769d2fb6d307323d221 (patch)
tree6a7b8474725f2ec380453da9198c00d102833719
parentdon't built atrun (diff)
downloadwireguard-openbsd-bf9ca1cacacf5fbd59eb4769d2fb6d307323d221.tar.xz
wireguard-openbsd-bf9ca1cacacf5fbd59eb4769d2fb6d307323d221.zip
-Wall was for testing
-rw-r--r--usr.sbin/cron/Makefile4
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>