diff options
author | sborrill <sborrill@pkgsrc.org> | 2010-04-14 14:51:00 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2010-04-14 14:51:00 +0000 |
commit | 479cf2cd2a407490429af2062748e5d58e129aea (patch) | |
tree | 9ea417813d647c7b6f87e19318b41f049efa9066 /net/samba33 | |
parent | 7db776fc23b025497e4219d4848cee812c4f3b32 (diff) | |
download | pkgsrc-479cf2cd2a407490429af2062748e5d58e129aea.tar.gz |
Add openssl bl3.mk file so that we play nicely with PREFER_PKGSRC+=openssl
Diffstat (limited to 'net/samba33')
-rw-r--r-- | net/samba33/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba33/Makefile b/net/samba33/Makefile index a2cffa4c19c..ca1a4e0011a 100644 --- a/net/samba33/Makefile +++ b/net/samba33/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/03/09 01:33:26 taca Exp $ +# $NetBSD: Makefile,v 1.8 2010/04/14 14:51:01 sborrill Exp $ .include "../../net/samba/Makefile.mirrors" @@ -146,5 +146,6 @@ post-install: cd ${WRKSRC}/script; ${INSTALL_SCRIPT} updatesmbpasswd.sh ${DESTDIR}${PREFIX}/${EGDIR} ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/include/*.h +.include "../../security/openssl/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |