summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libssl/Makefile7
-rw-r--r--share/man/man8/Makefile4
-rw-r--r--share/man/man8/ssl.8 (renamed from lib/libssl/ssl.8)0
3 files changed, 4 insertions, 7 deletions
diff --git a/lib/libssl/Makefile b/lib/libssl/Makefile
index 44a67a67641..503a27274ac 100644
--- a/lib/libssl/Makefile
+++ b/lib/libssl/Makefile
@@ -1,5 +1,4 @@
.include <bsd.own.mk>
-MAN = ssl.8
ECHO= /bin/echo
.if exists(${.OBJDIR}/src-patent)
@@ -8,11 +7,9 @@ SUBDIR= crypto-patent ssl-patent
SUBDIR= crypto ssl
.endif
+.include <bsd.subdir.mk>
+
distribution:
@echo "Installing ${DESTDIR}/etc/ssl/lib/ssleay.cnf"; \
${INSTALL} ${INSTALL_COPY} -g ${BINGRP} -m 444 \
${.CURDIR}/ssleay.cnf ${DESTDIR}/etc/ssl/lib/ssleay.cnf;
-
-.include <bsd.man.mk>
-.include <bsd.subdir.mk>
-
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index be05bcdb0c3..3eb8c8b2488 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.20 1999/03/02 02:35:35 aaron Exp $
+# $OpenBSD: Makefile,v 1.21 1999/03/17 02:47:06 deraadt Exp $
# $NetBSD: Makefile,v 1.13 1996/03/28 21:36:40 mark Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
MAN= afterboot.8 compat_bsdos.8 compat_freebsd.8 compat_ibcs2.8 \
compat_linux.8 compat_sunos.8 \
compat_svr4.8 compat_ultrix.8 diskless.8 intro.8 rc.8 rc.conf.8 \
- sticky.8 update.8 yp.8 boot_config.8 vpn.8
+ ssl.8 sticky.8 update.8 yp.8 boot_config.8 vpn.8
SUBDIR= man8.amiga man8.arm32 man8.atari man8.hp300 man8.i386 man8.mac68k \
man8.sparc man8.sun3 man8.vax
diff --git a/lib/libssl/ssl.8 b/share/man/man8/ssl.8
index 0a98dd7fb14..0a98dd7fb14 100644
--- a/lib/libssl/ssl.8
+++ b/share/man/man8/ssl.8