d8d41d3b84
Put all the efi related tools into FreeBSD-efi-tools. Differential Revision: https://reviews.freebsd.org/D31803
12 lines
117 B
Makefile
12 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efitable
|
|
MAN= efitable.8
|
|
SRCS= efitable.c
|
|
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|