aboutsummaryrefslogtreecommitdiff
path: root/lib/libsecureboot/local.trust.mk
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2020-07-19 23:56:19 +0000
commitf2be828f97b28345280dec700f02034086dda979 (patch)
treedc99e3975f9efd3cf9c157f6aa77c6a94d7cfa93 /lib/libsecureboot/local.trust.mk
parente17f5b1d307b7b8910d67883e57a9604305906d5 (diff)
downloadsrc-f2be828f97b28345280dec700f02034086dda979.tar.gz
src-f2be828f97b28345280dec700f02034086dda979.zip
Revert that!
Notes
Notes: svn path=/head/; revision=363351
Diffstat (limited to 'lib/libsecureboot/local.trust.mk')
-rw-r--r--lib/libsecureboot/local.trust.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libsecureboot/local.trust.mk b/lib/libsecureboot/local.trust.mk
index 77d45f95facd..b28e5ee2d1ef 100644
--- a/lib/libsecureboot/local.trust.mk
+++ b/lib/libsecureboot/local.trust.mk
@@ -8,9 +8,6 @@
# force these for Junos
#MANIFEST_SKIP_ALWAYS= boot
-MANIFEST_SKIP= boot
-XCFLAGS.veopen+= -DMANIFEST_SKIP_MAYBE=\"${MANIFEST_SKIP}\"
-
VE_HASH_LIST= \
SHA1 \
SHA256 \
@@ -40,7 +37,6 @@ VE_SIGNATURE_EXT_LIST+= \
VE_SIGNATURE_LIST+= OPENPGP
VE_SIGNATURE_EXT_LIST+= asc
-PYTHON ?= /usr/local/bin/python
SIGNER ?= ${SB_TOOLS_PATH:U/volume/buildtools/bin}/sign.py
.if exists(${SIGNER})
@@ -103,7 +99,7 @@ ta.h: vc_rsa.pem
.endif
# we take the mtime of this as our baseline time
-BUILD_UTC_FILE= ecerts.pem
+#BUILD_UTC_FILE= ecerts.pem
#VE_DEBUG_LEVEL=3
#VE_VERBOSE_DEFAULT=1