diff options
author | dougb <dougb@FreeBSD.org> | 2004-09-26 06:36:11 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2004-09-26 06:36:11 +0000 |
commit | 5887a0ecf4a9e57176e0f270ef586dc13d52bf3c (patch) | |
tree | fc86b12eadcff44c948ecbc085153e61681ac554 /usr.sbin/rndc-confgen/Makefile | |
parent | b10a387be5ebb75e825368b1d46b14ceab509524 (diff) | |
download | FreeBSD-src-5887a0ecf4a9e57176e0f270ef586dc13d52bf3c.zip FreeBSD-src-5887a0ecf4a9e57176e0f270ef586dc13d52bf3c.tar.gz |
Fix up the man file installation for the new BIND 9 sources:
1. Install man files and links for the lwres library.
2. Fix the path in various files to say /etc/namedb/ instead of just /etc.
3. Correctly install the conf file man pages for named and rndc.
Diffstat (limited to 'usr.sbin/rndc-confgen/Makefile')
-rw-r--r-- | usr.sbin/rndc-confgen/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/rndc-confgen/Makefile b/usr.sbin/rndc-confgen/Makefile index ab5b379..b8a52dd 100644 --- a/usr.sbin/rndc-confgen/Makefile +++ b/usr.sbin/rndc-confgen/Makefile @@ -22,4 +22,8 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD} MAN= rndc-confgen.8 +MANFILTER= sed -e 's@fI/etc\\fR.*@fI/etc/namedb\\fR@' \ + -e '/^sysconfdir$$/d' \ + -e '/was specified as when BIND was built)/d' + .include <bsd.prog.mk> |