aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-12-19 18:26:47 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-12-19 18:26:47 +0000
commitd266890946239fcd6a9607f1635d378c615b4422 (patch)
tree505f57160d004f36573c3d87c57de3545f8ce0e6
parentd104f83cbfed431401cabd13eebce21998debd71 (diff)
MFC version 1.6 of each Makfile, fixing man page markup.
Approved by: re (kensmith)
Notes
Notes: svn path=/releng/6.2/; revision=165353
-rw-r--r--usr.bin/nslookup/Makefile2
-rw-r--r--usr.bin/nsupdate/Makefile3
2 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/nslookup/Makefile b/usr.bin/nslookup/Makefile
index c8a2dda6ca8d..2a4e8c654d52 100644
--- a/usr.bin/nslookup/Makefile
+++ b/usr.bin/nslookup/Makefile
@@ -17,4 +17,6 @@ CFLAGS+= -I${SRCDIR}/include
DPADD+= ${BIND_DPADD} ${CRYPTO_DPADD}
LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
+MANFILTER= sed -e "s@^host \[server\]@\\\fBhost\\\fR \\\fI[server]\\\fR@"
+
.include <bsd.prog.mk>
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index 3bc6506df99a..26efd146dcba 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -19,6 +19,7 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD}
MAN= nsupdate.8
-MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
+MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g" \
+ -e "s@^\.HP [0-9]* @@"
.include <bsd.prog.mk>