freebsd-skq/usr.sbin/uefisign/Makefile
trasz 8780322912 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>