aboutsummaryrefslogtreecommitdiff
path: root/devel/htable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/htable/Makefile')
-rw-r--r--devel/htable/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/htable/Makefile b/devel/htable/Makefile
index e0ddb4fb1bac..c6080e9a94c9 100644
--- a/devel/htable/Makefile
+++ b/devel/htable/Makefile
@@ -23,6 +23,6 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/src/htable.3 ${STAGEDIR}${MAN3PREFIX}/man/man3
regression-test:
- cd ${WRKSRC}/tst && ${GMAKE} test
+ cd ${WRKSRC}/tst && ${MAKE_CMD} test
.include <bsd.port.mk>