diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-09-20 14:35:57 +0000 |
commit | 3a63ba57c26158c72fe49bca2a6413f5350e9d72 (patch) | |
tree | e16428fdb73f48acce12d201399969c6f11a325f /emulators/tpm-emulator | |
parent | f4455f39ab2b5d450921b20f4dd49dfedea1d167 (diff) | |
download | ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.tar.gz ports-3a63ba57c26158c72fe49bca2a6413f5350e9d72.zip |
Notes
Diffstat (limited to 'emulators/tpm-emulator')
-rw-r--r-- | emulators/tpm-emulator/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/tpm-emulator/Makefile b/emulators/tpm-emulator/Makefile index f11e90ee9654..4ba01ff56ef3 100644 --- a/emulators/tpm-emulator/Makefile +++ b/emulators/tpm-emulator/Makefile @@ -27,8 +27,6 @@ GROUPS= _tss SUB_LIST= USERS="${USERS}" GROUPS="${GROUPS}" PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}" -BROKEN_powerpc= Does not compile on powerpc - post-install: @${MKDIR} ${STAGEDIR}/var/run/tpm @${MKDIR} ${STAGEDIR}${PREFIX}/var/db/tpm |