From b9c6f3168112ad3c5efb6bbace3fc3bdaece6931 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 24 Feb 2016 22:27:22 +0000 Subject: [PATCH] Add more STANDALONE_SUBDIR_TARGETS. Sponsored by: EMC / Isilon Storage Division --- share/mk/bsd.subdir.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.subdir.mk b/share/mk/bsd.subdir.mk index 2b79f2b64781..5a61238d6600 100644 --- a/share/mk/bsd.subdir.mk +++ b/share/mk/bsd.subdir.mk @@ -47,8 +47,15 @@ SUBDIR_TARGETS+= \ # Described above. STANDALONE_SUBDIR_TARGETS+= \ - obj check checkdpadd clean cleandepend cleandir \ - cleanilinks cleanobj installconfig \ + all-man buildconfig buildfiles buildincludes check checkdpadd \ + clean cleandepend cleandir cleanilinks cleanobj files includes \ + installconfig installincludes installfiles maninstall manlint \ + obj objlink \ + +# It is safe to install in parallel when staging. +.if defined(NO_ROOT) +STANDALONE_SUBDIR_TARGETS+= realinstall +.endif .include