summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-05-30 04:31:35 +0000
committerngie <ngie@FreeBSD.org>2017-05-30 04:31:35 +0000
commit81a66d29c41081e329846fe6b4d467d2f9a761d6 (patch)
tree48bb7bc42ad499eb7ea835f3f79db731b0461171 /share
parentd810ce2256f717d8d8f0d0e2c433ffa3e4947b36 (diff)
downloadFreeBSD-src-81a66d29c41081e329846fe6b4d467d2f9a761d6.zip
FreeBSD-src-81a66d29c41081e329846fe6b4d467d2f9a761d6.tar.gz
MFC r307741:
r307741 (by emaste): Allow all subdirectories to be optional via SUBDIR.${MK_*} Tested by: br Pointy hat to: emaste
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.subdir.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 1b5f77a..860bba7 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -113,7 +113,7 @@ install: beforeinstall realinstall afterinstall
# SUBDIR recursing may be disabled for MK_DIRDEPS_BUILD
.if !target(_SUBDIR)
-.if defined(SUBDIR)
+.if defined(SUBDIR) || defined(SUBDIR.yes)
SUBDIR:=${SUBDIR} ${SUBDIR.yes}
SUBDIR:=${SUBDIR:u}
.endif
OpenPOWER on IntegriCloud