pkgbase: Remove libefivar package and add a efi-tools one
Put all the efi related tools into FreeBSD-efi-tools. Differential Revision: https://reviews.freebsd.org/D31803
This commit is contained in:
parent
dfa9131d70
commit
d8d41d3b84
@ -31,7 +31,7 @@ EDK2INC=${SRCTOP}/sys/contrib/edk2/Include
|
||||
|
||||
.PATH: ${EFIBOOT}/libefi
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
PACKAGE= efi-tools
|
||||
LIB= efivar
|
||||
SRCS= efivar.c efichar.c efivar-dp-format.c \
|
||||
efivar-dp-parse.c \
|
||||
|
@ -42,6 +42,8 @@ dwatch_COMMENT= Dwatch Utilities
|
||||
dwatch_DESC= Dwatch Utilities
|
||||
ee_COMMENT= Easy Editor Utilities
|
||||
ee_DESC= Easy Editor Utilities
|
||||
efi-tools_COMMENT= UEFI Utilities
|
||||
efi-tools_DESC= UEFI Utilities
|
||||
gdb_COMMENT= GDB Utilities
|
||||
gdb_DESC= GDB Utilities
|
||||
ggate_COMMENT= GEOM Gate Utilities
|
||||
|
@ -5,6 +5,8 @@ EFIVAR=${SRCTOP}/usr.sbin/efivar
|
||||
.PATH: ${EFIBOOT}/libefi ${EFIVAR}
|
||||
CFLAGS+= -I${EFIVAR} -I${EFIINCL}
|
||||
|
||||
PACKAGE= efi-tools
|
||||
|
||||
PROG=efibootmgr
|
||||
MAN= efibootmgr.8
|
||||
SRCS= efichar.c efiutil.c efibootmgr.c
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= efi-tools
|
||||
|
||||
PROG= efidp
|
||||
MAN= efidp.8
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= efi-tools
|
||||
|
||||
PROG= efitable
|
||||
MAN= efitable.8
|
||||
SRCS= efitable.c
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PACKAGE= efi-tools
|
||||
|
||||
PROG= efivar
|
||||
MAN= efivar.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user