Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/bind Only descend into the doc directory if ${MKDOC...
details: https://anonhg.NetBSD.org/src/rev/71675fe477c5
branches: trunk
changeset: 498398:71675fe477c5
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Oct 22 17:17:08 2000 +0000
description:
Only descend into the doc directory if ${MKDOC} != no.
diffstat:
usr.sbin/bind/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r d94bdaa3cf94 -r 71675fe477c5 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile Sun Oct 22 15:41:31 2000 +0000
+++ b/usr.sbin/bind/Makefile Sun Oct 22 17:17:08 2000 +0000
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2000/04/28 06:21:20 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/10/22 17:17:08 simonb Exp $
SUBDIR= lib dig dnskeygen dnsquery host named named-bootconf named-xfer \
- ndc nslookup nsupdate reload restart doc
+ ndc nslookup nsupdate reload restart
+.if ${MKDOC} != no
+SUBDIR+=doc
+.endif
all-dig all-dnskeygen all-dnsquery all-host all-named all-named-xfer \
all-ndc all-nslookup all-nsupdate: all-lib
Home |
Main Index |
Thread Index |
Old Index