diff options
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index 1ebde6fc16..d896f436bc 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2015/09/17 14:43:23 bcook Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2015/10/14 07:41:28 reyk Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> # for NOMAN | 3 | .include <bsd.own.mk> # for NOMAN |
4 | 4 | ||
@@ -52,6 +52,7 @@ MAN= \ | |||
52 | BN_swap.3 \ | 52 | BN_swap.3 \ |
53 | BN_zero.3 \ | 53 | BN_zero.3 \ |
54 | BUF_MEM_new.3 \ | 54 | BUF_MEM_new.3 \ |
55 | EVP_AEAD_CTX_init.3 \ | ||
55 | 56 | ||
56 | GENMAN= \ | 57 | GENMAN= \ |
57 | CONF_modules_free.3 \ | 58 | CONF_modules_free.3 \ |