Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal use LIBDPLIBS



details:   https://anonhg.NetBSD.org/src/rev/713a601d873c
branches:  trunk
changeset: 782501:713a601d873c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 19:45:58 2012 +0000

description:
use LIBDPLIBS

diffstat:

 crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8e6fb63a2575 -r 713a601d873c crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile
--- a/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile  Sun Nov 04 19:18:03 2012 +0000
+++ b/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile  Sun Nov 04 19:45:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/01/28 16:04:15 christos Exp $
+# $NetBSD: Makefile,v 1.2 2012/11/04 19:45:58 christos Exp $
 .include "../Makefile.inc"
 
 .PATH.c: ${DIST}/lib
@@ -10,7 +10,6 @@
 SHLIB_MAJOR=1
 SHLIB_MINOR=0
 
-LDADD+=-ltspi
-DPADD+=${LIBTSPI}
+LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index