mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
28930b94b2
MFC after: 2 weeks Sponsored by: DARPA
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uefisign
|
|
SRCS= uefisign.c child.c pe.c
|
|
MAN= uefisign.8
|
|
|
|
LIBADD= crypto
|
|
|
|
.include <bsd.prog.mk>
|