diff options
author | Brent Cook <bcook@openbsd.org> | 2015-09-13 07:23:04 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-09-13 07:23:04 -0500 |
commit | 02b7539cf55166ef65fb5503d59bc019ea0e8f49 (patch) | |
tree | 6311b1d3d50906010633fba2006ad4e094a6c5af /apps/openssl/Makefile.am | |
parent | 82e96d3565fb9c16b4ab9a6684d1c4b7d514212f (diff) | |
download | portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.gz portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.tar.bz2 portable-02b7539cf55166ef65fb5503d59bc019ea0e8f49.zip |
readd openssl.1, distribute nc.1
Diffstat (limited to 'apps/openssl/Makefile.am')
-rw-r--r-- | apps/openssl/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/openssl/Makefile.am b/apps/openssl/Makefile.am index 9c763e1..5a8d458 100644 --- a/apps/openssl/Makefile.am +++ b/apps/openssl/Makefile.am | |||
@@ -2,6 +2,8 @@ include $(top_srcdir)/Makefile.am.common | |||
2 | 2 | ||
3 | bin_PROGRAMS = openssl | 3 | bin_PROGRAMS = openssl |
4 | 4 | ||
5 | dist_man_MANS = openssl.1 | ||
6 | |||
5 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 7 | openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
6 | openssl_LDADD += $(top_builddir)/ssl/libssl.la | 8 | openssl_LDADD += $(top_builddir)/ssl/libssl.la |
7 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la | 9 | openssl_LDADD += $(top_builddir)/crypto/libcrypto.la |