Module Name: src
Committed By: christos
Date: Sun Nov 4 19:46:00 UTC 2012
Modified Files:
src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal: Makefile
Log Message:
use LIBDPLIBS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile
diff -u src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.1 src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.2
--- src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile:1.1 Sat Jan 28 11:04:15 2012
+++ src/crypto/external/cpl/tpm-tools/lib/libtpm_unseal/Makefile Sun Nov 4 14:45:58 2012
@@ -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 @@ tpm_unseal.c
SHLIB_MAJOR=1
SHLIB_MINOR=0
-LDADD+=-ltspi
-DPADD+=${LIBTSPI}
+LIBDPLIBS+=tspi ${.CURDIR}/../../../trousers/lib/libtspi
.include <bsd.lib.mk>