54ba3522ae
MFC after: 1 month Sponsored by: The FreeBSD Foundation
12 lines
124 B
Makefile
12 lines
124 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uefisign
|
|
SRCS= uefisign.c child.c pe.c
|
|
MAN= uefisign.8
|
|
|
|
LIBADD= crypto
|
|
|
|
WARNS= 6
|
|
|
|
.include <bsd.prog.mk>
|