summaryrefslogtreecommitdiff
path: root/usr.sbin/relayctl/Makefile
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2014-01-18 05:54:53 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2014-01-18 05:54:53 +0000
commit7dc5604e11eec9135f58378678431ee785a75b8c (patch)
treedd11f8c4174da0ab949a8e9f7843df03707c1886 /usr.sbin/relayctl/Makefile
parentf3065c77d0cca5857a685d04097de6b8fea0ca84 (diff)
Remove -Wbounded: it is now the compiler default.
Diffstat (limited to 'usr.sbin/relayctl/Makefile')
-rw-r--r--usr.sbin/relayctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/relayctl/Makefile b/usr.sbin/relayctl/Makefile
index a3aa995f2a5..d77bb3c6fa9 100644
--- a/usr.sbin/relayctl/Makefile
+++ b/usr.sbin/relayctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2012/09/12 09:19:54 haesbaert Exp $
+# $OpenBSD: Makefile,v 1.6 2014/01/18 05:54:51 martynas Exp $
.PATH: ${.CURDIR}/../relayd
@@ -13,7 +13,7 @@ CFLAGS+= -Wall -Werror -I${.CURDIR} -I${.CURDIR}/../relayd
CFLAGS+= -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
-CFLAGS+= -Wsign-compare -Wbounded
+CFLAGS+= -Wsign-compare
CDIAGFLAGS=
.include <bsd.prog.mk>