This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9e5aeba51b
freebsd-skq
/
usr.sbin
/
efidp
/
Makefile
9 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
efidp manipulates UEFI Device Paths in various ways. At the moment, it formats and parses UEFI standard Device Paths. In the future it will also translate between FreeBSD driver names and UEFI Device Paths. Sponsored by: Netflix
2017-03-09 00:33:38 +00:00
# $FreeBSD$
PROG
=
efidp
MAN
=
efidp.8
Add -u (--to-unix) and -e (--to-efi) to convert unix or efi paths to the other. Sponsored by: Netflix
2017-12-02 07:29:24 +00:00
LIBADD
=
efivar geom
efidp manipulates UEFI Device Paths in various ways. At the moment, it formats and parses UEFI standard Device Paths. In the future it will also translate between FreeBSD driver names and UEFI Device Paths. Sponsored by: Netflix
2017-03-09 00:33:38 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink