aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-04-07 15:08:12 +0900
committerBrent Cook <bcook@openbsd.org>2016-04-09 12:06:40 -0500
commit2510a5e6f98360bb7cd4a52ecf2274656fe75dcc (patch)
tree4ae888795d7c741f0c01eed81c8581d33b39cd07 /apps/openssl/Makefile.am
parent9a98de6c34d9fbb97f2619617c102691d6065a81 (diff)
downloadportable-2510a5e6f98360bb7cd4a52ecf2274656fe75dcc.tar.gz
portable-2510a5e6f98360bb7cd4a52ecf2274656fe75dcc.tar.bz2
portable-2510a5e6f98360bb7cd4a52ecf2274656fe75dcc.zip
modify cmake to build nc
- modify structure of CMakeLists.txt under apps/ * move apps/CMakeLists.txt to apps/openssl/ since this is for openssl build * create new apps/nc/CMakeLists.txt for nc build * modify apps/CMakeLists.txt just add_subdirectory() - add checking and compile of arc4random_uniform() - add installing man files, openssl.1 and nc.1
Diffstat (limited to 'apps/openssl/Makefile.am')
-rw-r--r--apps/openssl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am
index 6ec3d62..7345479 100644
--- a/apps/openssl/Makefile.am
+++ b/apps/openssl/Makefile.am
@@ -89,6 +89,7 @@ noinst_HEADERS += timeouts.h
89EXTRA_DIST = cert.pem 89EXTRA_DIST = cert.pem
90EXTRA_DIST += openssl.cnf 90EXTRA_DIST += openssl.cnf
91EXTRA_DIST += x509v3.cnf 91EXTRA_DIST += x509v3.cnf
92EXTRA_DIST += CMakeLists.txt
92 93
93install-exec-hook: 94install-exec-hook:
94 @if [ "@OPENSSLDIR@x" != "x" ]; then \ 95 @if [ "@OPENSSLDIR@x" != "x" ]; then \