Add config.mk to mbedtls Makefiles

This commit is contained in:
Michael Scire 2018-02-02 04:14:07 -08:00
parent cec1acb298
commit 9cdfa1244c
4 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,4 @@
include ../config.mk
DESTDIR=/usr/local
PREFIX=mbedtls_

View file

@ -1,3 +1,4 @@
include ../../config.mk
# Also see "include/mbedtls/config.h"

View file

@ -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

View file

@ -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