diff options
author | Bob Beck <beck@cvs.openbsd.org> | 1999-03-16 19:48:10 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 1999-03-16 19:48:10 +0000 |
commit | 7cd3f9427e91ce1624f5f567af26b4d26394e368 (patch) | |
tree | 163bf0cfcdf38fe417a7cb81af7f670e09756fae /lib/libssl/Makefile | |
parent | 4f023fcf2a475d72d1bd3e4676fee48aff9423e6 (diff) |
Add ssl.8 man page - configuration and issues overview.
Diffstat (limited to 'lib/libssl/Makefile')
-rw-r--r-- | lib/libssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile index 683e40e63bd..44a67a67641 100644 --- a/lib/libssl/Makefile +++ b/lib/libssl/Makefile @@ -1,5 +1,5 @@ .include <bsd.own.mk> - +MAN = ssl.8 ECHO= /bin/echo .if exists(${.OBJDIR}/src-patent) @@ -13,5 +13,6 @@ distribution: ${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \ ${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf; +.include <bsd.man.mk> .include <bsd.subdir.mk> |