summaryrefslogtreecommitdiff
path: root/src/lib/libssl/Makefile
diff options
context:
space:
mode:
authorbeck <>1999-03-16 19:48:09 +0000
committerbeck <>1999-03-16 19:48:09 +0000
commitcef9eda7567f01cbfafeacec26e0bcda54dd9719 (patch)
tree697fb71fce81136fd2e5a3f1e52754937e11b536 /src/lib/libssl/Makefile
parent27393bb10cc7b89961602bda4b6a0f92487a8bb5 (diff)
downloadopenbsd-cef9eda7567f01cbfafeacec26e0bcda54dd9719.tar.gz
openbsd-cef9eda7567f01cbfafeacec26e0bcda54dd9719.tar.bz2
openbsd-cef9eda7567f01cbfafeacec26e0bcda54dd9719.zip
Add ssl.8 man page - configuration and issues overview.
Diffstat (limited to 'src/lib/libssl/Makefile')
-rw-r--r--src/lib/libssl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile
index 683e40e63b..44a67a6764 100644
--- a/src/lib/libssl/Makefile
+++ b/src/lib/libssl/Makefile
@@ -1,5 +1,5 @@
1.include <bsd.own.mk> 1.include <bsd.own.mk>
2 2MAN = ssl.8
3ECHO= /bin/echo 3ECHO= /bin/echo
4 4
5.if exists(${.OBJDIR}/src-patent) 5.if exists(${.OBJDIR}/src-patent)
@@ -13,5 +13,6 @@ distribution:
13 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ 13 ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
14 ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf; 14 ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf;
15 15
16.include <bsd.man.mk>
16.include <bsd.subdir.mk> 17.include <bsd.subdir.mk>
17 18