summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/mhash/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 633070ed7ed..eb3c78f3f47 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/04/30 19:06:47 adam Exp $
+# $NetBSD: Makefile,v 1.21 2007/05/08 15:51:32 joerg Exp $
DISTNAME= mhash-0.9.9
CATEGORIES= security devel
@@ -13,4 +13,6 @@ USE_TOOLS+= gmake perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+INSTALLATION_DIRS= include/mutils
+
.include "../../mk/bsd.pkg.mk"