mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
e9ac41698b
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
10 lines
104 B
Makefile
10 lines
104 B
Makefile
PACKAGE= efi-tools
|
|
|
|
PROG= efitable
|
|
MAN= efitable.8
|
|
SRCS= efitable.c
|
|
|
|
LIBADD= xo
|
|
|
|
.include <bsd.prog.mk>
|