xref: /netbsd-src/crypto/external/cpl/Makefile (revision c9496f6b604074a9451a67df576a5b423068e71e)
1#	$NetBSD: Makefile,v 1.2 2012/11/04 19:46:42 christos Exp $
2
3.include <bsd.own.mk>
4
5.if (${MKTPM} != "no")
6SUBDIR+= trousers .WAIT tpm-tools
7.endif
8
9.include <bsd.subdir.mk>
10