only descend into miniroot if ${MACHINE}/miniroot/Makefile.inc exists

This commit is contained in:
lukem 2002-03-06 13:32:51 +00:00
parent 8a4df7f4da
commit 4e53825732
1 changed files with 2 additions and 2 deletions

View File

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