From owner-cvs-all Thu Oct 12 20:20:46 2000 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 7AF2737B502; Thu, 12 Oct 2000 20:20:44 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA14578; Thu, 12 Oct 2000 20:20:44 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Message-Id: <200010130320.UAA14578@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Thu, 12 Oct 2000 20:20:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/secure/usr.sbin/sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2000/10/12 20:20:44 PDT Modified files: secure/usr.sbin/sendmail Makefile Log: Given that sendmail's STARTTLS support requires OpenSSL and the bootstrap issues that brings, build the non-TLS version of sendmail in src/usr.sbin/sendmail and the TLS version in src/secure/usr.sbin/sendmail. This allows the TLS version to be part of the secure distribution when building a release. Revision Changes Path 1.26 +12 -5 src/secure/usr.sbin/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message