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 | |
| 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')
| -rw-r--r-- | apps/nc/Makefile.am | 2 | ||||
| -rw-r--r-- | apps/openssl/Makefile.am | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index b27d7de..916681b 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am | |||
| @@ -6,6 +6,8 @@ if HAVE_POLL | |||
| 6 | 6 | ||
| 7 | noinst_PROGRAMS = nc | 7 | noinst_PROGRAMS = nc |
| 8 | 8 | ||
| 9 | EXTRA_DIST = nc.1 | ||
| 10 | |||
| 9 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 11 | nc_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
| 10 | nc_LDADD += $(top_builddir)/tls/libtls.la | 12 | nc_LDADD += $(top_builddir)/tls/libtls.la |
| 11 | 13 | ||
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 |
