summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-02 18:44:08 +0000
committeruqs <uqs@FreeBSD.org>2010-03-02 18:44:08 +0000
commit4a10ff6f0485601e757edf83113cfe6362ccf96e (patch)
treeb4ad29ee41b5c24565c10654e789756458c2edd7 /usr.sbin
parent309aced7db2843932de0bbe9b6e0a66948f1c9a0 (diff)
downloadFreeBSD-src-4a10ff6f0485601e757edf83113cfe6362ccf96e.zip
FreeBSD-src-4a10ff6f0485601e757edf83113cfe6362ccf96e.tar.gz
Remove redundant WARNS?=6 overrides and inherit the WARNS setting from
the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor)
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/bthidd/Makefile1
-rw-r--r--usr.sbin/bsnmpd/modules/Makefile.inc3
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/bthidd/Makefile b/usr.sbin/bluetooth/bthidd/Makefile
index 128bd20..dd0754d 100644
--- a/usr.sbin/bluetooth/bthidd/Makefile
+++ b/usr.sbin/bluetooth/bthidd/Makefile
@@ -8,7 +8,6 @@ SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \
session.c
CFLAGS+= -I${.CURDIR}
-WARNS?= 6
DEBUG_FLAGS= -g
DPADD= ${LIBBLUETOOTH} ${LIBUSBHID}
diff --git a/usr.sbin/bsnmpd/modules/Makefile.inc b/usr.sbin/bsnmpd/modules/Makefile.inc
index adf6d72..b5dad56 100644
--- a/usr.sbin/bsnmpd/modules/Makefile.inc
+++ b/usr.sbin/bsnmpd/modules/Makefile.inc
@@ -1,8 +1,9 @@
# $FreeBSD$
SHLIB_MAJOR= 6
-WARNS?= 6
MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
+
+.include "../Makefile.inc"
OpenPOWER on IntegriCloud