Use MAKE_CMD

This commit is contained in:
Baptiste Daroussin 2014-06-24 22:47:30 +00:00
parent c7a98725d0
commit b656631b52
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359164

View File

@ -26,7 +26,7 @@ post-patch:
do-build:
.for f in ${ELFBINS}
@(cd ${WRKSRC}/$f; ${GMAKE})
@(cd ${WRKSRC}/$f; ${SETENV} ${MAKE_ENV} ${MAKE_CMD})
.endfor
do-install: