summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rndc
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-09-27 03:55:03 +0000
committerdougb <dougb@FreeBSD.org>2004-09-27 03:55:03 +0000
commit152eaf6bc4303f0ceeb0bd48018c3ed5fbf77b07 (patch)
tree21d86a1e2fc3127cdcc0670953365ca1a3b55994 /usr.sbin/rndc
parentd9dca577423915892439ac5b415ea4635da84185 (diff)
downloadFreeBSD-src-152eaf6bc4303f0ceeb0bd48018c3ed5fbf77b07.zip
FreeBSD-src-152eaf6bc4303f0ceeb0bd48018c3ed5fbf77b07.tar.gz
Previously I thought I was seeing a failure to install the .5 man pages
with this configuration, but Ruslan tells me that I was probably mistaken, and on retest the .5 pages are being installed just fine. Therefore reverse the MAN[58] change in favor of the more modern syntax. Submitted by: ru
Diffstat (limited to 'usr.sbin/rndc')
-rw-r--r--usr.sbin/rndc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rndc/Makefile b/usr.sbin/rndc/Makefile
index c411122..2ca7697 100644
--- a/usr.sbin/rndc/Makefile
+++ b/usr.sbin/rndc/Makefile
@@ -20,8 +20,7 @@ CFLAGS+= -I${SRCDIR}/unix/include -I${SRCDIR}/include -I${LIB_BIND_DIR}
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD} ${PTHREAD_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
-MAN5= rndc.conf.5
-MAN8= rndc.8
+MAN= rndc.8 rndc.conf.5
MANFILTER= sed -e "s@/etc/rndc\.conf@/etc/namedb/rndc.conf@g" \
-e "s@/etc/rndc\.key@/etc/namedb/rndc.key@g"
OpenPOWER on IntegriCloud