mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 13:28:01 -04:00
10 lines
105 B
Makefile
10 lines
105 B
Makefile
|
|
PACKAGE= efi-tools
|
|
|
|
PROG= efitable
|
|
MAN= efitable.8
|
|
SRCS= efitable.c
|
|
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|