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/samba | |
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/samba')
-rw-r--r-- | net/samba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index ae675bf80e2..7c8d3d128a2 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.198 2010/03/08 22:19:07 jmmv Exp $ +# $NetBSD: Makefile,v 1.199 2010/04/14 14:51:00 sborrill Exp $ .include "Makefile.mirrors" @@ -170,5 +170,6 @@ post-install: install-samba-lib-symlinks ${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/include/libmsrpc.h \ ${DESTDIR}${PREFIX}/include/libsmbclient.h +.include "../../security/openssl/buildlink3.mk" .include "../../devel/popt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |