only descend into miniroot if ${MACHINE}/miniroot/Makefile.inc exists
This commit is contained in:
parent
8a4df7f4da
commit
4e53825732
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2001/06/21 13:36:27 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/03/06 13:32:51 lukem Exp $
|
||||
|
||||
SUBDIR= notes utils
|
||||
|
||||
.if exists(${MACHINE}/miniroot)
|
||||
.if exists(${MACHINE}/miniroot/Makefile.inc)
|
||||
SUBDIR+= miniroot
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue