From owner-freebsd-stable Wed Dec 23 13:49:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA12240 for freebsd-stable-outgoing; Wed, 23 Dec 1998 13:49:53 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from B1FF.nas.nasa.gov (b1ff.nas.nasa.gov [129.99.34.135]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA12234 for ; Wed, 23 Dec 1998 13:49:52 -0800 (PST) (envelope-from rone@B1FF.nas.nasa.gov) Received: (from rone@localhost) by B1FF.nas.nasa.gov (8.9.1/8.8.8) id NAA17688 for stable@freebsd.org; Wed, 23 Dec 1998 13:49:46 -0800 (PST) (envelope-from rone) From: Ron Echeverri Message-Id: <199812232149.NAA17688@B1FF.nas.nasa.gov> Subject: don't want to build sendmail To: stable@FreeBSD.ORG Date: Wed, 23 Dec 1998 13:49:45 -0800 (PST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since i'm running the latest sendmail, i don't want it to be blown over next 'make world'. Are these patches a good idea? If so, could someone commit them? rone ===== --- /usr/src/Makefile.orig Thu Dec 17 12:09:18 1998 +++ /usr/src/Makefile Thu Dec 17 12:10:23 1998 @@ -18,6 +18,7 @@ # -DNOINFO do not make or install info files # -DNOLIBC_R do not build libc_r. # -DNOPERL do not make or install perl +# -DNOSENDMAIL do not make or install sendmail # LOCAL_DIRS="list of dirs" to add additional dirs to the SUBDIR list # ===== ===== --- /usr/src/usr.sbin/Makefile.orig Thu Dec 17 12:11:38 1998 +++ /usr/src/usr.sbin/Makefile Thu Dec 17 12:12:31 1998 @@ -9,10 +9,14 @@ newsyslog nslookup pccard pciconf pcvt pkg_install pnpinfo portmap \ ppp pppctl pppd pppstats pstat pw pwd_mkdb quot quotaon rarpd \ repquota rmt rndcontrol rpc.lockd rpc.statd rpc.yppasswdd rpc.ypxfrd \ - rwhod sa sendmail sliplogin slstat \ + rwhod sa sliplogin slstat \ spray sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \ vnconfig watch wlconfig wormcontrol xntpd xten ypbind yp_mkdb \ yppoll yppush ypset ypserv zic + +.if !defined(NOSENDMAIL) && exists(${.CURDIR}/sendmail) +SUBDIR+=sendmail +.endif SUBDIR+=IPXrouted ===== -- Ron Echeverri Numerical Aerospace Simulation Facility DSS/Usenet Administrator NASA Ames Research Center Sterling Software Mountain View, CA x42771 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message