Revert r296395.

This mistakenly removed the SUBDIR_PARALLEL but even worse is that the install
(and build) order is not correct due to the lack of SUBDIR_DEPEND on the
most critical libraries.  The only reason they build correctly now is because
buildworld's 'make libraries' orders them properly.

Pointyhat to:	bdrewery
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-03-05 05:39:59 +00:00
parent 6dfa0a3f29
commit 3c3decdda8

View File

@ -308,4 +308,8 @@ _libusbhid= libusbhid
_libusb= libusb
.endif
.if !make(install)
SUBDIR_PARALLEL=
.endif
.include <bsd.subdir.mk>