freebsd-dev/usr.sbin/uefisign/Makefile
Edward Tomasz Napierala e595e65b8a Add uefisign(8), UEFI Secure Boot signing utility.
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2015-02-26 09:15:24 +00:00

12 lines
127 B
Makefile

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