From owner-cvs-all Sun Feb 25 13:42:20 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5057B37B4EC; Sun, 25 Feb 2001 13:42:13 -0800 (PST) (envelope-from kris@FreeBSD.org) Received: (from kris@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1PLgDA19454; Sun, 25 Feb 2001 13:42:13 -0800 (PST) (envelope-from kris) Message-Id: <200102252142.f1PLgDA19454@freefall.freebsd.org> From: Kris Kennaway Date: Sun, 25 Feb 2001 13:42:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/secure/lib/libcrypto Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG kris 2001/02/25 13:42:13 PST Modified files: etc/defaults make.conf secure/lib/libcrypto Makefile Log: Update the list of OpenSSL manpages (now contains many more describing libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't install these by default because of clobbering of a number of system manpages with the same name, but they're there for people who want them. Revision Changes Path 1.144 +8 -1 src/etc/defaults/make.conf 1.32 +108 -55 src/secure/lib/libcrypto/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message