Update bmake glue for changes in 9.4.3

This commit is contained in:
Doug Barton 2008-12-23 22:51:10 +00:00
parent d851678b62
commit 125f2ee5e9
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ ARM= Bv9ARM.ch01.html Bv9ARM.ch02.html Bv9ARM.ch03.html \
man.rndc.html
ARMDIR= ${TOPDIR}/arm
MISC= dnssec format-options.pl ipv6 migration migration-4to9 \
options rfc-compliance roadmap sdb
options rfc-compliance roadmap sdb sort-options.pl
MISCDIR= ${TOPDIR}/misc
.include <bsd.prog.mk>

View File

@ -18,7 +18,7 @@ CFLAGS+= -I${BIND_DIR}/lib/isc/${ISC_ATOMIC_ARCH}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= nsupdate.8
MAN= nsupdate.1
MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
-e "s@^\.HP [0-9]* @@"