From 9b380e30d4e06cf0243e311871dc27cfa4a6354a Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 2 Jan 2010 10:27:05 +0000 Subject: Build usr.bin/ with WARNS=6 by default. Also add some missing $FreeBSD$ to keep svn happy. --- usr.bin/nsupdate/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/nsupdate/Makefile') diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile index 0b81c5e..941c7f3 100644 --- a/usr.bin/nsupdate/Makefile +++ b/usr.bin/nsupdate/Makefile @@ -18,6 +18,8 @@ CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD} LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} +WARNS?= 1 + MAN= nsupdate.1 MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \ -- cgit v1.1