Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/bind Pullup 1.5 and 1.6 [releng]:
details: https://anonhg.NetBSD.org/src/rev/7dc2f8311657
branches: netbsd-1-5
changeset: 490215:7dc2f8311657
user: tv <tv%NetBSD.org@localhost>
date: Mon Nov 13 21:29:12 2000 +0000
description:
Pullup 1.5 and 1.6 [releng]:
Only descend into the doc directory if ${MKDOC} != no.
Needed bsd.own.mk before MKDOC gets defined. subdir picks it up too late
diffstat:
usr.sbin/bind/Makefile | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b9c85745a67c -r 7dc2f8311657 usr.sbin/bind/Makefile
--- a/usr.sbin/bind/Makefile Mon Nov 13 20:55:38 2000 +0000
+++ b/usr.sbin/bind/Makefile Mon Nov 13 21:29:12 2000 +0000
@@ -1,7 +1,12 @@
-# $NetBSD: Makefile,v 1.4 2000/04/28 06:21:20 itojun Exp $
+# $NetBSD: Makefile,v 1.4.4.1 2000/11/13 21:29:12 tv Exp $
+
+.include <bsd.own.mk>
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