Module Name:    src
Committed By:   christos
Date:           Sun Nov  4 16:28:11 UTC 2012

Modified Files:
        src/lib: Makefile

Log Message:
hook in TPM


To generate a diff of this commit:
cvs rdiff -u -r1.189 -r1.190 src/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/Makefile
diff -u src/lib/Makefile:1.189 src/lib/Makefile:1.190
--- src/lib/Makefile:1.189	Sun Sep 16 09:47:41 2012
+++ src/lib/Makefile	Sun Nov  4 11:28:11 2012
@@ -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+=	.WAIT
 
 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
 

Reply via email to