mirror of
https://github.com/opnsense/src.git
synced 2026-03-13 06:02:46 -04:00
Only ESRT and PROP tables are handled at the moment. Submitted by: Pavel Balaev <pavel.balaev@3mdeb.com> MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D30104
9 lines
97 B
Makefile
9 lines
97 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efitable
|
|
MAN= efitable.8
|
|
SRCS= efitable.c
|
|
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|