1# $FreeBSD$ 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