Author: bdrewery
Date: Wed Feb 24 22:27:22 2016
New Revision: 296013
URL: https://svnweb.freebsd.org/changeset/base/296013

Log:
  Add more STANDALONE_SUBDIR_TARGETS.
  
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/share/mk/bsd.subdir.mk

Modified: head/share/mk/bsd.subdir.mk
==============================================================================
--- head/share/mk/bsd.subdir.mk Wed Feb 24 22:27:18 2016        (r296012)
+++ head/share/mk/bsd.subdir.mk Wed Feb 24 22:27:22 2016        (r296013)
@@ -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 <bsd.init.mk>
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to