diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2017-01-03 23:06:39 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2017-01-03 23:06:39 +0000 |
commit | c7bf15175dbaf1dbb0ee7f709aff0655f1e0f8b4 (patch) | |
tree | 50006af07e1463e5798a9a62913d3560610bc525 /share/mk/sys.mk | |
parent | f156cf7f474381c09fef820497b789e15c2cc86d (diff) | |
download | FreeBSD-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.mk | 2 |
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 |