diff options
author | Brent Cook <bcook@openbsd.org> | 2017-01-24 06:06:07 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-01-24 06:06:07 -0600 |
commit | 93754dc5cfb68199b659180bbac77eecd6636c28 (patch) | |
tree | 2bb09f2de0f276ba49d63e3e381888fa1d189073 /apps/Makefile.am | |
parent | fa149b8c8c57a88db14bc017ff048b70963e9d86 (diff) | |
download | portable-93754dc5cfb68199b659180bbac77eecd6636c28.tar.gz portable-93754dc5cfb68199b659180bbac77eecd6636c28.tar.bz2 portable-93754dc5cfb68199b659180bbac77eecd6636c28.zip |
initial ocspcheck integration
Diffstat (limited to 'apps/Makefile.am')
-rw-r--r-- | apps/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile.am b/apps/Makefile.am index 60d0c60..b512a1c 100644 --- a/apps/Makefile.am +++ b/apps/Makefile.am | |||
@@ -1,5 +1,5 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | SUBDIRS = openssl nc | 3 | SUBDIRS = ocspcheck openssl nc |
4 | 4 | ||
5 | EXTRA_DIST = CMakeLists.txt | 5 | EXTRA_DIST = CMakeLists.txt |