Don't descend into catalog with MKSHARE=no.
This commit is contained in:
parent
6492868388
commit
5bec0209d9
@ -1,6 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.10 2001/04/11 21:01:44 aymeric Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2001/05/29 21:25:23 kleink Exp $
|
||||
|
||||
SUBDIR= catalog build
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.if ${MKSHARE} != "no"
|
||||
SUBDIR+= catalog
|
||||
.endif
|
||||
|
||||
SUBDIR+= build
|
||||
|
||||
.if make(install)
|
||||
SUBDIR+= docs/USD.doc/edit docs/USD.doc/exref docs/USD.doc/vi.ref
|
||||
|
Loading…
Reference in New Issue
Block a user