summaryrefslogtreecommitdiff
path: root/usr.sbin/uefisign/Makefile
blob: d404a4c2363afae870edfe20880695422aba49e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

PROG=	uefisign
SRCS=	uefisign.c child.c pe.c
MAN=	uefisign.8

LIBADD=	crypto

.include <bsd.prog.mk>