5a85f025f8
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>
33 lines
1.2 KiB
Makefile
33 lines
1.2 KiB
Makefile
# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
|
|
# $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 \
|
|
cron ctm dev_mkdb diskpart edquota inetd kernbb keyadmin \
|
|
keyserv lpr manctl mkdosfs mrouted mtest mtree \
|
|
named named.reload named.restart ndc newsyslog nslookup \
|
|
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 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
|
|
|
|
SUBDIR+=apm apmconf bad144 config fdformat fdwrite fdcontrol iostat \
|
|
kbdcontrol kbdmap lptcontrol mixer moused mptable ncrcontrol \
|
|
rtprio sgsc sicontrol spkrtest stallion vidcontrol
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|