]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/uefisign/Makefile
MFC r322124:
[FreeBSD/stable/10.git] / usr.sbin / uefisign / Makefile
1 # $FreeBSD$
2
3 PROG=   uefisign
4 SRCS=   uefisign.c child.c pe.c
5 MAN=    uefisign.8
6
7 LDFLAGS=        -lcrypto
8
9 WARNS=  6
10
11 .include <bsd.prog.mk>