aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/host
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-08-30 06:21:00 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-08-30 06:21:00 +0000
commit7bae7ac04d812480f9d5395d6ee52a7deac03015 (patch)
treeafd52d38f597ce35005f7acec219798134208b2b /usr.bin/host
parent3c5dfe892d09daa5dc9148335554341e79b04082 (diff)
downloadsrc-7bae7ac04d812480f9d5395d6ee52a7deac03015.tar.gz
src-7bae7ac04d812480f9d5395d6ee52a7deac03015.zip
Notes
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 e2909e13782c..d168a9203152 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}