1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/usr.sbin/uefisign/Makefile
Edward Tomasz Napierala 54ba3522ae Use LIBADD.
MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
2015-02-26 15:48:20 +00:00

12 lines
124 B
Makefile

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