mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 22:53:16 -04:00
8 lines
83 B
Makefile
8 lines
83 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= efidp
|
|
MAN= efidp.8
|
|
|
|
LIBADD= efivar geom
|
|
|
|
.include <bsd.prog.mk>
|