Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137786906
D15211.id43663.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D15211.id43663.diff
View Options
Index: share/examples/Makefile
===================================================================
--- share/examples/Makefile
+++ share/examples/Makefile
@@ -31,7 +31,6 @@
ses \
scsi_target \
sunrpc \
- uefisign \
ypldap
@@ -343,8 +342,11 @@
sort.x \
sort_proc.c
+.if ${MK_EFI} != "no"
+LDIRS+= uefisign
SE_DIRS+= uefisign
SE_UEFISIGN= uefikeys
+.endif
SE_DIRS+= ypldap
SE_YPLDAP= ypldap.conf
Index: tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- tools/build/mk/OptionalObsoleteFiles.inc
+++ tools/build/mk/OptionalObsoleteFiles.inc
@@ -1614,6 +1614,14 @@
OLD_DIRS+=usr/share/bsdconfig/usermgmt
.endif
+.if ${MK_EFI} == no
+OLD_FILES+=usr/sbin/efibootmgr
+OLD_FILES+=usr/sbin/efidp
+OLD_FILES+=usr/sbin/efivar
+OLD_FILES+=usr/sbin/uefisign
+OLD_FILES+=usr/share/examples/uefisign/uefikeys
+.endif
+
.if ${MK_FMTREE} == no
OLD_FILES+=usr/sbin/fmtree
OLD_FILES+=usr/share/man/man8/fmtree.8.gz
Index: usr.sbin/Makefile
===================================================================
--- usr.sbin/Makefile
+++ usr.sbin/Makefile
@@ -89,7 +89,6 @@
traceroute \
trpt \
tzsetup \
- uefisign \
ugidfw \
vigr \
vipw \
@@ -123,6 +122,9 @@
SUBDIR.${MK_CXGBETOOL}+= cxgbetool
SUBDIR.${MK_DIALOG}+= bsdconfig
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr
+.if ${MK_OPENSSL} != "no"
+SUBDIR.${MK_EFI}+= uefisign
+.endif
SUBDIR.${MK_FLOPPY}+= fdcontrol
SUBDIR.${MK_FLOPPY}+= fdformat
SUBDIR.${MK_FLOPPY}+= fdread
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 26, 8:46 PM (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26225344
Default Alt Text
D15211.id43663.diff (1 KB)
Attached To
Mode
D15211: Add uefisign and friends to MK_EFI
Attached
Detach File
Event Timeline
Log In to Comment