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/named/Makefile | 3 +-- usr.sbin/rndc/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/usr.sbin/named/Makefile b/usr.sbin/named/Makefile index d061544..4cf8db3 100644 --- a/usr.sbin/named/Makefile +++ b/usr.sbin/named/Makefile @@ -27,8 +27,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= named.conf.5 -MAN8= named.8 lwresd.8 +MAN= named.8 lwresd.8 named.conf.5 MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" 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