mirror of
https://github.com/SciresM/hactool
synced 2024-11-10 06:34:14 +00:00
Add config.mk to mbedtls Makefiles
This commit is contained in:
parent
cec1acb298
commit
9cdfa1244c
4 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
include ../config.mk
|
||||
|
||||
DESTDIR=/usr/local
|
||||
PREFIX=mbedtls_
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include ../../config.mk
|
||||
|
||||
# Also see "include/mbedtls/config.h"
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include ../../config.mk
|
||||
|
||||
# To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS
|
||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
include ../../config.mk
|
||||
|
||||
# To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS
|
||||
# To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS
|
||||
|
|
Loading…
Reference in a new issue