Use LIBADD.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-02-26 15:48:20 +00:00
parent 984a1cbfd6
commit 54ba3522ae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279323

View File

@ -4,7 +4,7 @@ PROG= uefisign
SRCS= uefisign.c child.c pe.c
MAN= uefisign.8
LDFLAGS= -lcrypto
LIBADD= crypto
WARNS= 6