diff options
Diffstat (limited to 'emulators/tpm-emulator/Makefile')
-rw-r--r-- | emulators/tpm-emulator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index 909aff9d1d43..9259c4b6a44f 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgmp.so:math/gmp -USES= cmake:outsource +USES= cmake USE_RC_SUBR= tpmd CONFIGURE_ENV= PREFIX="${PREFIX}" CMAKE_ARGS= -DTPM_INCLUDE_DIRS:STRING="${LOCALBASE}/include" \ |