summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2017-01-03 23:06:39 +0000
committerbdrewery <bdrewery@FreeBSD.org>2017-01-03 23:06:39 +0000
commitc7bf15175dbaf1dbb0ee7f709aff0655f1e0f8b4 (patch)
tree50006af07e1463e5798a9a62913d3560610bc525 /share/mk/sys.mk
parentf156cf7f474381c09fef820497b789e15c2cc86d (diff)
downloadFreeBSD-src-c7bf15175dbaf1dbb0ee7f709aff0655f1e0f8b4.zip
FreeBSD-src-c7bf15175dbaf1dbb0ee7f709aff0655f1e0f8b4.tar.gz
MFC r305147:
Add a 'make print-dir' that simply traverses all directories and prints them.
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 3dcd404..00358f2 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -97,7 +97,7 @@ META_MODE?= normal
# This needs to be done early - before .PATH is computed
# Don't do this for 'make showconfig' as it enables all options where meta mode
# is not expected.
-.if !make(showconfig)
+.if !make(showconfig) && !make(print-dir)
.sinclude <auto.obj.mk>
.endif
.endif
OpenPOWER on IntegriCloud