freebsd-dev/usr.sbin/uefisign/Makefile
Edward Tomasz Napierala 28930b94b2 Stop hardcoding WARNS in uefisign(8).
MFC after:	2 weeks
Sponsored by:	DARPA
2020-04-01 15:10:26 +00:00

10 lines
114 B
Makefile

# $FreeBSD$
PROG= uefisign
SRCS= uefisign.c child.c pe.c
MAN= uefisign.8
LIBADD= crypto
.include <bsd.prog.mk>