diff options
Diffstat (limited to 'mbone/common-mml')
-rw-r--r-- | mbone/common-mml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile index c582eeb5042..88fc7b16aee 100644 --- a/mbone/common-mml/Makefile +++ b/mbone/common-mml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/12 13:23:43 dillo Exp $ # DISTNAME= common-1.2.0 @@ -25,7 +25,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/common-mml ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/common-mml -test: build +do-test: ${WRKSRC}/test-libcommon .include "../../mk/bsd.pkg.mk" |