From owner-cvs-all@FreeBSD.ORG Sat Jul 12 16:24:34 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F187A37B401; Sat, 12 Jul 2003 16:24:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 489E843FBD; Sat, 12 Jul 2003 16:24:33 -0700 (PDT) (envelope-from gshapiro@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6CNOX0U086985; Sat, 12 Jul 2003 16:24:33 -0700 (PDT) (envelope-from gshapiro@repoman.freebsd.org) Received: (from gshapiro@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6CNOWh9086984; Sat, 12 Jul 2003 16:24:32 -0700 (PDT) Message-Id: <200307122324.h6CNOWh9086984@repoman.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 12 Jul 2003 16:24:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/etc Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2003 23:24:34 -0000 gshapiro 2003/07/12 16:24:32 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) etc Makefile Log: MFC: Do not install sendmail example/infrastructure files if NO_SENDMAIL is defined. The only two files installed in this case are aliases (which I believe other MTAs may use) and mailer.conf (which isn't sendmail, it belongs to mailwrapper). Revision Changes Path 1.315 +4 -0 src/etc/Makefile Revision Changes Path 1.219.2.39 +4 -0 src/etc/Makefile