From 45ad1d18bb73938058d1221c6a60e6c372409164 Mon Sep 17 00:00:00 2001 From: simonb Date: Sun, 22 Oct 2000 17:17:08 +0000 Subject: [PATCH] Only descend into the doc directory if ${MKDOC} != no. --- usr.sbin/bind/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bind/Makefile b/usr.sbin/bind/Makefile index 24d32192e58f..20ff0200c477 100644 --- a/usr.sbin/bind/Makefile +++ b/usr.sbin/bind/Makefile @@ -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