From owner-cvs-all Tue Oct 24 9: 5: 2 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 95F1A37B479; Tue, 24 Oct 2000 09:04:57 -0700 (PDT) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA53426; Tue, 24 Oct 2000 09:04:57 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Message-Id: <200010241604.JAA53426@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Tue, 24 Oct 2000 09:04:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/release Makefile src/secure/usr.sbin Makefile src/secure/usr.sbin/sendmail Makefile src/usr.sbin/sendmail Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gshapiro 2000/10/24 09:04:57 PDT Modified files: release Makefile secure/usr.sbin Makefile usr.sbin/sendmail Makefile Removed files: secure/usr.sbin/sendmail Makefile Log: Fix up the build for the STARTTLS version of sendmail (again). This method mimics that of tcpdump in that for normal builds, sendmail will only be built once. For 'make release', it is built once for the bin dist and once for the crypto dist. This method also removes the need for two separate Makefiles (which could become out of sync). Suggested by: bde Assisted by: kris Revision Changes Path 1.575 +2 -2 src/release/Makefile 1.5 +1 -5 src/secure/usr.sbin/Makefile 1.28 +10 -1 src/usr.sbin/sendmail/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message