add libcrypto; needed by new binutils
This commit is contained in:
parent
5f3aa2dbae
commit
5ede7f76d1
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.prog,v 1.1 2012/01/28 16:04:12 christos Exp $
|
||||
# $NetBSD: Makefile.prog,v 1.2 2013/09/29 13:34:37 christos Exp $
|
||||
.include "../Makefile.inc"
|
||||
|
||||
PROG=${.CURDIR:T}
|
||||
|
@ -30,6 +30,9 @@ LDADD+=-ltpm_unseal
|
|||
DPADD+=${LIBTSPI}
|
||||
LDADD+=-L${LIBTPMUTILSOBJDIR} -ltpm_utils -ltspi
|
||||
|
||||
DPADD+=${LIBCRYPTO}
|
||||
LDADD+=-lcrypto
|
||||
|
||||
.if ${PROG} != "tpm_version" && ${PROG:M*sealdata} == ""
|
||||
BINDIR=/usr/sbin
|
||||
.if ${PROG} != "tpm_restrictsrk"
|
||||
|
|
Loading…
Reference in New Issue