Author: bdrewery
Date: Tue Jan 19 22:42:04 2016
New Revision: 294353
URL: https://svnweb.freebsd.org/changeset/base/294353

Log:
  installconfig is PARALLEL_SUBDIR safe.
  
  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 Tue Jan 19 22:42:01 2016        (r294352)
+++ head/share/mk/bsd.subdir.mk Tue Jan 19 22:42:04 2016        (r294353)
@@ -45,7 +45,7 @@ ALL_SUBDIR_TARGETS= all all-man buildcon
 
 # Described above.
 STANDALONE_SUBDIR_TARGETS?= obj checkdpadd clean cleandepend cleandir \
-                           cleanilinks cleanobj
+                           cleanilinks cleanobj installconfig
 
 .include <bsd.init.mk>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to