Enable 'compat' (non-parallel) for the dev-auto.ent target.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-10-05 19:44:02 +00:00
parent 3a08ff4d7e
commit 187022cece
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51052

View file

@ -105,7 +105,7 @@ beforeclean:
beforeinstall:
.for _SD in ${D}
. if (${_SD:Mhardware} != "")
${MAKE} -C ${.CURDIR} dev-auto.ent
${MAKE} -B -C ${.CURDIR} dev-auto.ent
. endif
${MAKE} -C ${_SD} DOCINSTALLDIR=${DOCINSTALLDIR} all
.endfor