1 1.1 christos # $NetBSD: Makefile,v 1.1 2012/01/28 16:04:12 christos Exp $ 2 1.1 christos .include <bsd.own.mk> 3 1.1 christos SUBDIR = ${TPM_MGMT} ${CMDS} 4 1.1 christos 5 1.1 christos TPM_MGMT=\ 6 1.1 christos tpm_changeownerauth \ 7 1.1 christos tpm_clear \ 8 1.1 christos tpm_createek \ 9 1.1 christos tpm_getpubek \ 10 1.1 christos tpm_restrictpubek \ 11 1.1 christos tpm_setactive \ 12 1.1 christos tpm_setenable \ 13 1.1 christos tpm_setclearable \ 14 1.1 christos tpm_setownable \ 15 1.1 christos tpm_setpresence \ 16 1.1 christos tpm_takeownership \ 17 1.1 christos tpm_version \ 18 1.1 christos tpm_selftest \ 19 1.1 christos tpm_nvdefine \ 20 1.1 christos tpm_nvinfo \ 21 1.1 christos tpm_nvread \ 22 1.1 christos tpm_nvrelease \ 23 1.1 christos tpm_nvwrite \ 24 1.1 christos tpm_resetdalock \ 25 1.1 christos tpm_restrictsrk \ 26 1.1 christos tpm_revokeek \ 27 1.1 christos tpm_setoperatorauth 28 1.1 christos 29 1.1 christos CMDS=\ 30 1.1 christos tpm_sealdata \ 31 1.1 christos tpm_unsealdata 32 1.1 christos 33 1.1 christos .include <bsd.subdir.mk> 34