summaryrefslogtreecommitdiffstats
path: root/usr.sbin/zic
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-02-09 13:04:58 +0000
committertedu <tedu@openbsd.org>2015-02-09 13:04:58 +0000
commitec2284a0f38c8159828e0ebca098c17603e2d389 (patch)
tree939b145f3173185c635af01599067dfe69cefa35 /usr.sbin/zic
parentreplace homegrown is_digit with correct calls to isdigit() (diff)
downloadwireguard-openbsd-ec2284a0f38c8159828e0ebca098c17603e2d389.tar.xz
wireguard-openbsd-ec2284a0f38c8159828e0ebca098c17603e2d389.zip
build with warnings
Diffstat (limited to 'usr.sbin/zic')
-rw-r--r--usr.sbin/zic/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/zic/Makefile b/usr.sbin/zic/Makefile
index c1ffd22d79b..3b881e3c521 100644
--- a/usr.sbin/zic/Makefile
+++ b/usr.sbin/zic/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.4 2015/02/09 12:37:47 tedu Exp $
+# $OpenBSD: Makefile,v 1.5 2015/02/09 13:04:58 tedu Exp $
PROG= zic
SRCS= zic.c scheck.c
MAN= zic.8
-CFLAGS+=-I${.CURDIR}/../../lib/libc/time
+CFLAGS+=-I${.CURDIR}/../../lib/libc/time -Wall
.include <bsd.prog.mk>