Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 1998 13:49:45 -0800 (PST)
From:      Ron Echeverri <rone@B1FF.nas.nasa.gov>
To:        stable@FreeBSD.ORG
Subject:   don't want to build sendmail
Message-ID:  <199812232149.NAA17688@B1FF.nas.nasa.gov>

next in thread | raw e-mail | index | archive | help
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
<rone@nas.nasa.gov>		x42771

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812232149.NAA17688>