aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-11 04:47:03 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-11 04:47:03 -0500
commit8b125f31bb733c1707e6e6aaf699c0ef39fea8ec (patch)
tree295acaed00bba1c7da3f64adfea89a5c96eac411 /apps
parent84e11fe89df5a272eb815b204d5be70fc3805b7c (diff)
downloadportable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.tar.gz
portable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.tar.bz2
portable-8b125f31bb733c1707e6e6aaf699c0ef39fea8ec.zip
build strtonum directly into apps/openssl
it is not needed as a library export ok beck@
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.am.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl
index ea6174d..7222c18 100644
--- a/apps/Makefile.am.tpl
+++ b/apps/Makefile.am.tpl
@@ -9,3 +9,7 @@ openssl_LDADD += $(top_builddir)/ssl/libssl.la
9 9
10openssl_SOURCES = 10openssl_SOURCES =
11noinst_HEADERS = 11noinst_HEADERS =
12
13if NO_STRTONUM
14openssl_SOURCES += strtonum.c
15endif