From 152eaf6bc4303f0ceeb0bd48018c3ed5fbf77b07 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 27 Sep 2004 03:55:03 +0000 Subject: 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 --- usr.sbin/rndc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/rndc') 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" -- cgit v1.1