regression.

This commit is contained in:
fgsch 2003-09-23 16:44:06 +00:00
parent c72558e982
commit 8e9eaef9fa

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2003/09/23 07:35:57 fgsch Exp $
# $OpenBSD: Makefile,v 1.19 2003/09/23 16:44:06 fgsch Exp $
COMMENT= "GNU version of Go"
@ -24,4 +24,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/interface/gnugo.el \
${PREFIX}/share/gnugo
do-regress:
cd ${WRKSRC}/regression && ${MAKE} all_batches
.include <bsd.port.mk>