summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libnet80211
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2010-02-16 20:42:44 +0000
committerpooka <pooka@NetBSD.org>2010-02-16 20:42:44 +0000
commit643ba90bf04cee748e233e05593d2d6d9ff57f36 (patch)
tree5dd94705b10c0559ad2c8141b3d41eae24e9f059 /sys/rump/net/lib/libnet80211
parent97fada1858db3825c6393074ffaa724ac4f84f65 (diff)
Globally define -Wno-pointer-sign, as it has become a pointless
exercise of "add it to every Makefile individually". XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc.
Diffstat (limited to 'sys/rump/net/lib/libnet80211')
-rw-r--r--sys/rump/net/lib/libnet80211/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/rump/net/lib/libnet80211/Makefile b/sys/rump/net/lib/libnet80211/Makefile
index c2ae1e6cadb..17dfc9616ec 100644
--- a/sys/rump/net/lib/libnet80211/Makefile
+++ b/sys/rump/net/lib/libnet80211/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2010/02/05 22:01:38 pooka Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/16 20:42:47 pooka Exp $
#
.PATH: ${.CURDIR}/../../../../net80211
@@ -12,7 +12,5 @@ SRCS= ieee80211.c ieee80211_acl.c ieee80211_amrr.c ieee80211_crypto.c \
ieee80211_output.c ieee80211_proto.c ieee80211_rssadapt.c \
ieee80211_xauth.c
-CFLAGS+= -Wno-pointer-sign
-
.include <bsd.lib.mk>
.include <bsd.klinks.mk>