summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/dropbear/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile
index b4f13792e25..f308aa0d1fd 100644
--- a/security/dropbear/Makefile
+++ b/security/dropbear/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2007/09/05 21:08:06 drochner Exp $
+# $NetBSD: Makefile,v 1.21 2007/09/06 15:55:06 jlam Exp $
DISTNAME= dropbear-0.50
CATEGORIES= security
@@ -16,6 +16,7 @@ PKG_SUPPORTED_OPTIONS= pam
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mpam)
+. include "../../mk/pam.buildlink3.mk"
CONFIGURE_ARGS+= --enable-pam
.endif