Source-Changes-HG archive

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

[src/trunk]: src/lib hook in TPM



details:   https://anonhg.NetBSD.org/src/rev/0fca6afa269d
branches:  trunk
changeset: 782489:0fca6afa269d
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 16:28:11 2012 +0000

description:
hook in TPM

diffstat:

 lib/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 08a47fdac560 -r 0fca6afa269d lib/Makefile
--- a/lib/Makefile      Sun Nov 04 16:27:28 2012 +0000
+++ b/lib/Makefile      Sun Nov 04 16:28:11 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.189 2012/09/16 13:47:41 rmind Exp $
+#      $NetBSD: Makefile,v 1.190 2012/11/04 16:28:11 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -199,6 +199,11 @@
 
 SUBDIR+=       libukfs         # depends on librumpvfs, librump
 
+.if (${MKTPM} != "no")
+SUBDIR+=       ../crypto/external/cpl/trousers/lib
+SUBDIR+=       ../crypto/external/cpl/tpm_tools/lib
+.endif
+
 #==================== 5th library dependency barrier ====================
 SUBDIR+=       .WAIT
 



Home | Main Index | Thread Index | Old Index