mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
|
|
PROG= uefisign
|
|
SRCS= uefisign.c child.c pe.c
|
|
MAN= uefisign.8
|
|
|
|
LIBADD= crypto
|
|
|
|
.include <bsd.prog.mk>
|