Only descend into the doc directory if ${MKDOC} != no.

This commit is contained in:
simonb 2000-10-22 17:17:08 +00:00
parent a8e69293b0
commit 45ad1d18bb
1 changed files with 5 additions and 2 deletions

View File

@ -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