summaryrefslogtreecommitdiff
path: root/mbone/common-mml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/common-mml/Makefile')
-rw-r--r--mbone/common-mml/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile
index ccea28a4048..b658d85b5e0 100644
--- a/mbone/common-mml/Makefile
+++ b/mbone/common-mml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 18:04:34 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/09/27 01:50:02 dmcmahill Exp $
#
DISTNAME= common-1.2.0
@@ -25,4 +25,7 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/common-mml
${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/common-mml
+test: build
+ ${WRKSRC}/test-libcommon
+
.include "../../mk/bsd.pkg.mk"