In light of the fact that several widespread sendmail alternatives exists
is reason enough to make the compilation & installation of sendmail an make.conf option. I know that you hate negative options Bruce. PR: 6284 Reviewed by: phk Submitted by: Adrian Colley <aecolley@world.std.com>
This commit is contained in:
parent
3904536736
commit
2e0f496de3
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.58 1998/03/18 08:00:25 jkh Exp $
|
||||
# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -23,6 +23,9 @@
|
||||
# To avoid building the suid perl
|
||||
#NOSUIDPERL= true
|
||||
#
|
||||
# To avoid building sendmail
|
||||
#NOSENDMAIL= true
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.58 1998/03/18 08:00:25 jkh Exp $
|
||||
# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -23,6 +23,9 @@
|
||||
# To avoid building the suid perl
|
||||
#NOSUIDPERL= true
|
||||
#
|
||||
# To avoid building sendmail
|
||||
#NOSENDMAIL= true
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: make.conf,v 1.58 1998/03/18 08:00:25 jkh Exp $
|
||||
# $Id: make.conf,v 1.59 1998/03/26 06:06:22 dima Exp $
|
||||
#
|
||||
# This file, if present, will be read by make (see /usr/share/mk/sys.mk).
|
||||
# It allows you to override macro definitions to make without changing
|
||||
@ -23,6 +23,9 @@
|
||||
# To avoid building the suid perl
|
||||
#NOSUIDPERL= true
|
||||
#
|
||||
# To avoid building sendmail
|
||||
#NOSENDMAIL= true
|
||||
#
|
||||
# To have 'obj' symlinks created in your source directory
|
||||
# (they aren't needed/necessary)
|
||||
#OBJLINK= yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
||||
# $Id: Makefile,v 1.117 1998/03/21 13:52:49 peter Exp $
|
||||
# $Id: Makefile,v 1.118 1998/03/23 22:21:34 jb Exp $
|
||||
|
||||
# XXX MISSING: mkproto
|
||||
SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \
|
||||
@ -9,13 +9,17 @@ SUBDIR= ac accton adduser amd arp bootparamd cdcontrol chown chroot ckdist \
|
||||
pccard pciconf periodic pkg_install portmap \
|
||||
ppp pppctl pppd pppstats procctl pw pwd_mkdb quot quotaon rarpd \
|
||||
repquota rmt rpc.lockd rpc.statd rpc.yppasswdd rpc.ypxfrd \
|
||||
rpc.ypupdated rwhod sa sendmail sliplogin slstat \
|
||||
rpc.ypupdated rwhod sa sliplogin slstat \
|
||||
spray sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \
|
||||
vnconfig watch wormcontrol xntpd xten ypbind yp_mkdb \
|
||||
yppoll yppush ypset ypserv zic
|
||||
|
||||
SUBDIR+=ipfstat ipftest ipmon ipnat ipresend ipsend iptest
|
||||
|
||||
.if !defined(NO_SENDMAIL)
|
||||
SUBDIR+=sendmail
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "i386"
|
||||
SUBDIR+=crunch kgmon kvm_mkdb natd pcvt pnpinfo pstat rndcontrol \
|
||||
wlconfig IPXrouted
|
||||
|
Loading…
Reference in New Issue
Block a user