28930b94b2
MFC after: 2 weeks Sponsored by: DARPA
10 lines
114 B
Makefile
10 lines
114 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= uefisign
|
|
SRCS= uefisign.c child.c pe.c
|
|
MAN= uefisign.8
|
|
|
|
LIBADD= crypto
|
|
|
|
.include <bsd.prog.mk>
|