# $FreeBSD$
PROG= uefisign
SRCS= uefisign.c child.c pe.c
MAN= uefisign.8
LIBADD= crypto
WARNS= 6
.include <bsd.prog.mk>