summaryrefslogtreecommitdiffstats
path: root/usr.bin/host
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-08-30 06:21:00 +0000
committererwin <erwin@FreeBSD.org>2013-08-30 06:21:00 +0000
commite0b55fed21a8853d524e789d751457cd5920d6f3 (patch)
treeafd52d38f597ce35005f7acec219798134208b2b /usr.bin/host
parent4b0fdddd629f96e1e496db03e429ab1a58c9af60 (diff)
downloadFreeBSD-src-e0b55fed21a8853d524e789d751457cd5920d6f3.zip
FreeBSD-src-e0b55fed21a8853d524e789d751457cd5920d6f3.tar.gz
Reduce WARNS to 0 for dig, host, and nslookup to make them
compile with the optional WITH_BIND_SIGCHASE. Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Approved by: delphij (mentor, implicit) MFC after: 3 days Sponsored by: DK Hostmaster A/S
Diffstat (limited to 'usr.bin/host')
-rw-r--r--usr.bin/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/host/Makefile b/usr.bin/host/Makefile
index e2909e1..d168a92 100644
--- a/usr.bin/host/Makefile
+++ b/usr.bin/host/Makefile
@@ -15,7 +15,7 @@ SRCS+= dighost.c host.c
CFLAGS+= -I${SRCDIR}/include
CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
-WARNS?= 1
+WARNS?= 0
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
OpenPOWER on IntegriCloud