commit 14549c5eee15ef55a995bea9b5455fc540b3649b parent 06f76dbd4f40a5e91c7f16730af6a79bceb601a8 Author: sin <sin@2f30.org> Date: Mon, 2 Jun 2014 12:22:38 +0100 Add install target for openssl Diffstat:
M | openssl/openssl.mk | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/openssl/openssl.mk b/openssl/openssl.mk @@ -1,8 +1,11 @@ -TARG = openssl +LIB = openssl DEPS = zlib +INSTALL_LIB = libcrypto.a libssl.a +INSTALL_OTHER1 = `{ls include/openssl/*.h} +INSTALL_OTHER1_DIR = /include/openssl # NOTE: requires atleast perl and patch as make dependencies. -<$mkbuild/mk.common-noinst +<$mkbuild/mk.common openssl:QV: # disable fips in the build