Module Name: src
Committed By: christos
Date: Sun Nov 4 16:29:12 UTC 2012
Added Files:
src/crypto/external/cpl: Makefile
Log Message:
Hook in TPM utils
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/crypto/external/cpl/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/crypto/external/cpl/Makefile
diff -u /dev/null src/crypto/external/cpl/Makefile:1.1
--- /dev/null Sun Nov 4 11:29:12 2012
+++ src/crypto/external/cpl/Makefile Sun Nov 4 11:29:12 2012
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile,v 1.1 2012/11/04 16:29:12 christos Exp $
+
+.include <bsd.own.mk>
+
+.if (${MKTPM} != "no")
+SUBDIR+= trousers tpm-tools
+.endif
+
+.include <bsd.subdir.mk>