- be more verbose

This commit is contained in:
Dirk Meyer 2014-03-30 19:46:10 +00:00
parent 67fe3229dc
commit 345e930587
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349671

View File

@ -23,6 +23,6 @@ INFO= gperf
regression-test: test
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
.include <bsd.port.mk>