aboutsummaryrefslogtreecommitdiff
path: root/share/mk/bsd.subdir.mk
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-09-17 22:15:09 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-09-17 22:15:09 +0000
commitebd2a66265be8a19ada02031d9d543d7752cdec9 (patch)
treef87734ebf0a10505a93efd1fa2c0703e17fa2136 /share/mk/bsd.subdir.mk
parentc86ac3193f93735a4c60fd7bd5f27e76397dc93a (diff)
downloadsrc-ebd2a66265be8a19ada02031d9d543d7752cdec9.tar.gz
src-ebd2a66265be8a19ada02031d9d543d7752cdec9.zip
installdirs can be a recursive/standalone target.
Sponsored by: Dell EMC Approved by: re (gjb)
Notes
Notes: svn path=/head/; revision=338737
Diffstat (limited to 'share/mk/bsd.subdir.mk')
-rw-r--r--share/mk/bsd.subdir.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk
index 486043a63bb7..145c17dff754 100644
--- a/share/mk/bsd.subdir.mk
+++ b/share/mk/bsd.subdir.mk
@@ -46,6 +46,7 @@ SUBDIR_TARGETS+= \
all all-man analyze buildconfig buildfiles buildincludes \
checkdpadd clean cleandepend cleandir cleanilinks \
cleanobj depend distribute files includes installconfig \
+ installdirs \
installfiles installincludes print-dir realinstall \
maninstall manlint ${_obj} objlink tags \
@@ -53,7 +54,7 @@ SUBDIR_TARGETS+= \
STANDALONE_SUBDIR_TARGETS+= \
all-man buildconfig buildfiles buildincludes check checkdpadd \
clean cleandepend cleandir cleanilinks cleanobj files includes \
- installconfig installincludes installfiles print-dir \
+ installconfig installdirs installincludes installfiles print-dir \
maninstall manlint obj objlink
# It is safe to install in parallel when staging.