From owner-svn-src-all@FreeBSD.ORG Tue Feb 9 23:40:43 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 665721065672; Tue, 9 Feb 2010 23:40:43 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id D8D188FC1F; Tue, 9 Feb 2010 23:40:42 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1081623qwd.7 for ; Tue, 09 Feb 2010 15:40:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.65.81 with SMTP id h17mr3490834qai.112.1265758841996; Tue, 09 Feb 2010 15:40:41 -0800 (PST) X-Originating-IP: [128.95.133.71] In-Reply-To: <201002070038.o170cVVA086239@svn.freebsd.org> References: <201002070038.o170cVVA086239@svn.freebsd.org> Date: Tue, 9 Feb 2010 15:40:41 -0800 Message-ID: From: Rob Farmer To: Xin LI Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r203584 - head/tools/build/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Feb 2010 23:40:43 -0000 On Sat, Feb 6, 2010 at 4:38 PM, Xin LI wrote: > Author: delphij > Date: Sun Feb =A07 00:38:31 2010 > New Revision: 203584 > URL: http://svn.freebsd.org/changeset/base/203584 > > Log: > =A0Add files for NO_MAIL, NO_SENDMAIL and NO_MAILWRAPPER. > > =A0MFC after: =A0 =A02 weeks > > Modified: > =A0head/tools/build/mk/OptionalObsoleteFiles.inc > > Modified: head/tools/build/mk/OptionalObsoleteFiles.inc > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/tools/build/mk/OptionalObsoleteFiles.inc =A0 =A0 =A0 Sun Feb =A0= 7 00:26:47 2010 =A0 =A0 =A0 =A0(r203583) > +++ head/tools/build/mk/OptionalObsoleteFiles.inc =A0 =A0 =A0 Sun Feb =A0= 7 00:38:31 2010 =A0 =A0 =A0 =A0(r203584) > @@ -1536,9 +1536,33 @@ OLD_FILES+=3Dusr/share/man/man8/lpd.8.gz > =A0OLD_FILES+=3Dusr/share/man/man8/pac.8.gz > =A0.endif > > -#.if ${MK_MAILWRAPPER} =3D=3D no > -# to be filled in > -#.endif > +.if ${MK_MAIL} =3D=3D no > +OLD_FILES+=3Dusr/bin/Mail > +OLD_FILES+=3Dusr/bin/biff > +OLD_FILES+=3Dusr/bin/fmt > +OLD_FILES+=3Dusr/bin/from > +OLD_FILES+=3Dusr/bin/mail > +OLD_FILES+=3Dusr/bin/mailx > +OLD_FILES+=3Dusr/bin/msgs > +OLD_FILES+=3Dusr/libexec/comsat > +OLD_FILES+=3Dusr/share/examples/etc/mail.rc > +OLD_FILES+=3Dusr/share/man/man1/Mail.1.gz > +OLD_FILES+=3Dusr/share/man/man1/biff.1.gz > +OLD_FILES+=3Dusr/share/man/man1/fmt.1.gz > +OLD_FILES+=3Dusr/share/man/man1/from.1.gz > +OLD_FILES+=3Dusr/share/man/man1/mail.1.gz > +OLD_FILES+=3Dusr/share/man/man1/mailx.1.gz > +OLD_FILES+=3Dusr/share/man/man1/msgs.1.gz > +OLD_FILES+=3Dusr/share/man/man8/comsat.8.gz > +OLD_FILES+=3Dusr/share/misc/mail.help > +OLD_FILES+=3Dusr/share/misc/mail.tildehelp > +.endif > + > +.if ${MK_MAILWRAPPER} =3D=3D no > +OLD_FILES+=3Detc/mail/mailer.conf > +OLD_FILES+=3Dusr/sbin/mailwrapper > +OLD_FILES+=3Dusr/share/man/man8/mailwrapper.8.gz > +.endif Hi, Thanks for fixing this. Do you think that usr/sbin/sendmail should be added here in the mailwrapper section, since it is a symlink to /usr/sbin/mailwrapper? --=20 Rob Farmer > > =A0#.if ${MK_MAN} =3D=3D no > =A0# This should add a dependency to a special target which removes all m= an pages. > @@ -1750,9 +1774,220 @@ OLD_FILES+=3Dusr/share/man/man8/rshd.8.gz > =A0# to be filled in or replaced with a special target > =A0#.endif > > -#.if ${MK_SENDMAIL} =3D=3D no > -# to be filled in > -#.endif > +.if ${MK_SENDMAIL} =3D=3D no > +OLD_FILES+=3Dbin/rmail > +OLD_FILES+=3Dusr/bin/vacation > +OLD_FILES+=3Dusr/include/libmilter/mfapi.h > +OLD_FILES+=3Dusr/include/libmilter/mfdef.h > +OLD_FILES+=3Dusr/lib/libmilter.a > +OLD_LIBS+=3Dusr/lib/libmilter.so.5 > +OLD_FILES+=3Dusr/lib/libmilter_p.a > +.if ${TARGET_ARCH} =3D=3D "amd64" > +OLD_FILES+=3Dusr/lib32/libmilter.a > +OLD_LIBS+=3Dusr/lib32/libmilter.so.5 > +OLD_FILES+=3Dusr/lib32/libmilter_p.a > +.endif > +OLD_FILES+=3Dusr/libexec/mail.local > +OLD_FILES+=3Dusr/libexec/sendmail/sendmail > +OLD_FILES+=3Dusr/libexec/smrsh > +OLD_FILES+=3Dusr/sbin/editmap > +OLD_FILES+=3Dusr/sbin/mailstats > +OLD_FILES+=3Dusr/sbin/makemap > +OLD_FILES+=3Dusr/sbin/praliases > +OLD_FILES+=3Dusr/share/doc/smm/08.sendmailop/paper.ascii.gz > +OLD_FILES+=3Dusr/share/man/man1/mailq.1.gz > +OLD_FILES+=3Dusr/share/man/man1/newaliases.1.gz > +OLD_FILES+=3Dusr/share/man/man1/vacation.1.gz > +OLD_FILES+=3Dusr/share/man/man5/aliases.5.gz > +OLD_FILES+=3Dusr/share/man/man8/editmap.8.gz > +OLD_FILES+=3Dusr/share/man/man8/hoststat.8.gz > +OLD_FILES+=3Dusr/share/man/man8/mail.local.8.gz > +OLD_FILES+=3Dusr/share/man/man8/mailstats.8.gz > +OLD_FILES+=3Dusr/share/man/man8/makemap.8.gz > +OLD_FILES+=3Dusr/share/man/man8/praliases.8.gz > +OLD_FILES+=3Dusr/share/man/man8/purgestat.8.gz > +OLD_FILES+=3Dusr/share/man/man8/rmail.8.gz > +OLD_FILES+=3Dusr/share/man/man8/sendmail.8.gz > +OLD_FILES+=3Dusr/share/man/man8/smrsh.8.gz > +OLD_FILES+=3Dusr/share/sendmail/cf/README > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/Makefile > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/README > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/chez.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/clientproto.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-hpux10.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-hpux9.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-osf1.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-solaris2.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-sunos4.1.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cs-ultrix4.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/cyrusproto.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-bsd4.4.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-hpux10.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-hpux9.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-linux.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-mpeix.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-nextstep3.3.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-osf1.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-solaris.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-sunos4.1.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/generic-ultrix4.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/huginn.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/knecht.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/mail.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/mail.eecs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/mailspool.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/python.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/s2k-osf1.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/s2k-ultrix4.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/submit.cf > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/submit.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/tcpproto.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/ucbarpa.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/ucbvax.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/uucpproto.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/cf/vangogh.cs.mc > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/Berkeley.EDU.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/CS.Berkeley.EDU.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/EECS.Berkeley.EDU.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/S2K.Berkeley.EDU.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/berkeley-only.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/domain/generic.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/accept_unqualified_senders.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/accept_unresolvable_domains.m= 4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/access_db.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/allmasquerade.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/always_add_domain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/authinfo.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/badmx.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/bestmx_is_local.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/bitdomain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/blacklist_recipients.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/block_bad_helo.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/compat_check.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/conncontrol.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/delay_checks.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/dnsbl.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/domaintable.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/enhdnsbl.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/generics_entire_domain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/genericstable.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/greet_pause.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/ldap_routing.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/limited_masquerade.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/local_lmtp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/local_no_masquerade.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/local_procmail.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/lookupdotdomain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/loose_relay_check.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/mailertable.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/masquerade_entire_domain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/masquerade_envelope.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/msp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/mtamark.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/no_default_msa.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/nocanonify.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/notsticky.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/nouucp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/nullclient.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/preserve_local_plus_detail.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/preserve_luser_host.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/promiscuous_relay.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/queuegroup.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/ratecontrol.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/redirect.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/relay_based_on_MX.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/relay_entire_domain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/relay_hosts_only.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/relay_local_from.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/relay_mail_from.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/require_rdns.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/smrsh.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/stickyhost.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/use_client_ptr.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/use_ct_file.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/use_cw_file.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/uucpdomain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/virtuser_entire_domain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/feature/virtusertable.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/hack/cssubdomain.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/m4/cf.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/m4/cfhead.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/m4/proto.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/m4/version.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/cyrus.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/cyrusv2.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/fax.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/local.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/mail11.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/phquery.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/pop.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/procmail.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/qpage.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/smtp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/usenet.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/mailer/uucp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/a-ux.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/aix3.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/aix4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/aix5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/altos.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/amdahl-uts.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/bsd4.3.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/bsd4.4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/bsdi.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/bsdi1.0.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/bsdi2.0.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/darwin.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/dgux.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/domainos.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/dragonfly.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/dynix3.2.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/freebsd4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/freebsd5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/freebsd6.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/gnu.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/hpux10.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/hpux11.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/hpux9.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/irix4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/irix5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/irix6.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/isc4.1.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/linux.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/maxion.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/mklinux.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/mpeix.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/nextstep.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/openbsd.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/osf1.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/powerux.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/ptx2.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/qnx.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/riscos4.5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/sco-uw-2.1.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/sco3.2.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/sinix.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/solaris2.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/solaris2.ml.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/solaris2.pre5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/solaris8.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/sunos3.5.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/sunos4.1.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/svr4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/ultrix4.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/unicos.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/unicosmk.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/unicosmp.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/unixware7.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/unknown.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/ostype/uxpds.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/sendmail.schema > +OLD_FILES+=3Dusr/share/sendmail/cf/sh/makeinfo.sh > +OLD_FILES+=3Dusr/share/sendmail/cf/siteconfig/uucp.cogsci.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/siteconfig/uucp.old.arpa.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/siteconfig/uucp.ucbarpa.m4 > +OLD_FILES+=3Dusr/share/sendmail/cf/siteconfig/uucp.ucbvax.m4 > +.endif > > =A0#.if ${MK_SHAREDOCS} =3D=3D no > =A0# to be filled in > _______________________________________________ > svn-src-head@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-src-head > To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >