diff options
author | sborrill <sborrill> | 2010-04-14 14:51:00 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2010-04-14 14:51:00 +0000 |
commit | 6b7ae59337be5258b4ae7c6633674191d70f482d (patch) | |
tree | 9ea417813d647c7b6f87e19318b41f049efa9066 /net/samba/Makefile | |
parent | 49152beb601640d0f86feb9d4f1291837d6ddbba (diff) | |
download | pkgsrc-6b7ae59337be5258b4ae7c6633674191d70f482d.tar.gz |
Add openssl bl3.mk file so that we play nicely with PREFER_PKGSRC+=openssl
Diffstat (limited to 'net/samba/Makefile')
-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" |