diff options
Diffstat (limited to 'emulators/tpm-emulator/Makefile')
-rw-r--r-- | emulators/tpm-emulator/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index 59d58bd6c55c..56ffc4161823 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -34,6 +34,11 @@ CONFIGURE_WRKSRC= ${CMAKE_SOURCE_PATH}/build CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH="${LOCALBASE}/include" \ -DCMAKE_EXE_LINKER_FLAGS="-L${LOCALBASE}/lib" +SUB_LIST= USERS=${USERS} GROUPS=${GROUPS} + +USERS= _tss +GROUPS= _tss + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/README |