1# $FreeBSD: releng/11.0/usr.sbin/uefisign/Makefile 279323 2015-02-26 15:48:20Z trasz $
2
3PROG=	uefisign
4SRCS=	uefisign.c child.c pe.c
5MAN=	uefisign.8
6
7LIBADD=	crypto
8
9WARNS=	6
10
11.include <bsd.prog.mk>
12