aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2004-09-26 06:36:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2004-09-26 06:36:11 +0000
commitbd64f29b37353a0e8c131a76eaa6e512ec60c262 (patch)
treefc86b12eadcff44c948ecbc085153e61681ac554 /usr.bin
parent57a7beac10b7dd9de0db7c07b16c971d7f6a4ca4 (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nsupdate/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/nsupdate/Makefile b/usr.bin/nsupdate/Makefile
index b8bd758817482..ea0128759a5ad 100644
--- a/usr.bin/nsupdate/Makefile
+++ b/usr.bin/nsupdate/Makefile
@@ -19,4 +19,6 @@ LDADD+= ${BIND_LDADD} ${CRYPTO_LDADD} ${PTHREAD_LDADD}
MAN= nsupdate.8
+MANFILTER= sed -e "s@/etc/named\.conf@/etc/namedb/named.conf@g"
+
.include <bsd.prog.mk>