Hook in TPM utils

This commit is contained in:
christos 2012-11-04 16:29:12 +00:00
parent 94c130b258
commit 452fa9e672

9
crypto/external/cpl/Makefile vendored Normal file
View File

@ -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>