freebsd-dev/usr.sbin/uefisign/Makefile

12 lines
127 B
Makefile
Raw Normal View History

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