123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- # $OpenBSD: cf-Makefile,v 1.1.1.1 2014/09/16 17:09:31 jca Exp $
- #
- # Makefile for configuration files.
- #
- # $Sendmail: Makefile,v 8.60 2005/06/14 02:16:34 gshapiro Exp $
- #
- #
- # Create configuration files using "m4 ../m4/cf.m4 file.mc > file.cf";
- # this may be easier than tweaking the Makefile.
- M4= /usr/bin/m4
- CFDIR= ${.CURDIR}/..
- SED= sed
- ECHO= echo
- CHMOD= chmod
- ROMODE= 444
- RM= rm -f
- .SUFFIXES: .mc .cf
- .mc.cf:
- $(RM) $@
- ( cd ${.CURDIR} && $(M4) ${CFDIR}/m4/cf.m4 ${@:R}.mc > ${.OBJDIR}/$@ )
- $(ECHO) "### $*.mc ###" >>$@
- $(SED) -e 's/^/# /' ${.CURDIR}/$*.mc >>$@
- $(CHMOD) $(ROMODE) $@
- ALL= openbsd-submit.cf clientproto.cf tcpproto.cf openbsd-localhost.cf \
- openbsd-proto.cf openbsd-lists.cf openbsd-bulk.cf
- all: $(ALL)
- cleandir: clean
- clean:
- $(RM) $(ALL) *.core
- depend:
- install:
- @if test -e ${DESTDIR}/etc/mail/sendmail.cf; then \
- if test ! -e ${DESTDIR}/etc/mail/submit.cf; then \
- echo "WARNING: installed missing ${DESTDIR}/etc/mail/submit.cf"; \
- echo "You should probably rebuild ${DESTDIR}/etc/mail/sendmail.cf"; \
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
- openbsd-submit.cf ${DESTDIR}/etc/mail/submit.cf; \
- fi; \
- if test ! -e ${DESTDIR}/etc/mail/localhost.cf; then \
- echo "WARNING: installed missing ${DESTDIR}/etc/mail/localhost.cf"; \
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 \
- openbsd-localhost.cf ${DESTDIR}/etc/mail/localhost.cf; \
- fi; \
- fi
- distribution: openbsd-proto.cf openbsd-localhost.cf openbsd-submit.cf
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-proto.cf \
- ${DESTDIR}/etc/mail/sendmail.cf
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-localhost.cf \
- ${DESTDIR}/etc/mail/localhost.cf
- ${INSTALL} ${INSTALL_COPY} -o root -g wheel -m 644 openbsd-submit.cf \
- ${DESTDIR}/etc/mail/submit.cf
- # this is overkill, but....
- M4FILES=\
- ${CFDIR}/domain/Berkeley.EDU.m4 \
- ${CFDIR}/domain/CS.Berkeley.EDU.m4 \
- ${CFDIR}/domain/EECS.Berkeley.EDU.m4 \
- ${CFDIR}/domain/S2K.Berkeley.EDU.m4 \
- ${CFDIR}/domain/berkeley-only.m4 \
- ${CFDIR}/domain/generic.m4 \
- ${CFDIR}/feature/accept_unqualified_senders.m4 \
- ${CFDIR}/feature/accept_unresolvable_domains.m4 \
- ${CFDIR}/feature/access_db.m4 \
- ${CFDIR}/feature/allmasquerade.m4 \
- ${CFDIR}/feature/always_add_domain.m4 \
- ${CFDIR}/feature/authinfo.m4 \
- ${CFDIR}/feature/bestmx_is_local.m4 \
- ${CFDIR}/feature/bitdomain.m4 \
- ${CFDIR}/feature/blacklist_recipients.m4 \
- ${CFDIR}/feature/conncontrol.m4 \
- ${CFDIR}/feature/dnsbl.m4 \
- ${CFDIR}/feature/domaintable.m4 \
- ${CFDIR}/feature/generics_entire_domain.m4 \
- ${CFDIR}/feature/genericstable.m4 \
- ${CFDIR}/feature/ldap_routing.m4 \
- ${CFDIR}/feature/limited_masquerade.m4 \
- ${CFDIR}/feature/local_lmtp.m4 \
- ${CFDIR}/feature/local_procmail.m4 \
- ${CFDIR}/feature/loose_relay_check.m4 \
- ${CFDIR}/feature/mailertable.m4 \
- ${CFDIR}/feature/masquerade_entire_domain.m4 \
- ${CFDIR}/feature/masquerade_envelope.m4 \
- ${CFDIR}/feature/no_default_msa.m4 \
- ${CFDIR}/feature/nocanonify.m4 \
- ${CFDIR}/feature/notsticky.m4 \
- ${CFDIR}/feature/nouucp.m4 \
- ${CFDIR}/feature/nullclient.m4 \
- ${CFDIR}/feature/promiscuous_relay.m4 \
- ${CFDIR}/feature/ratecontrol.m4 \
- ${CFDIR}/feature/redirect.m4 \
- ${CFDIR}/feature/relay_based_on_MX.m4 \
- ${CFDIR}/feature/relay_entire_domain.m4 \
- ${CFDIR}/feature/relay_hosts_only.m4 \
- ${CFDIR}/feature/relay_local_from.m4 \
- ${CFDIR}/feature/relay_mail_from.m4 \
- ${CFDIR}/feature/smrsh.m4 \
- ${CFDIR}/feature/stickyhost.m4 \
- ${CFDIR}/feature/use_ct_file.m4 \
- ${CFDIR}/feature/use_cw_file.m4 \
- ${CFDIR}/feature/uucpdomain.m4 \
- ${CFDIR}/feature/virtuser_entire_domain.m4 \
- ${CFDIR}/feature/virtusertable.m4 \
- ${CFDIR}/hack/cssubdomain.m4 \
- ${CFDIR}/m4/cf.m4 \
- ${CFDIR}/m4/cfhead.m4 \
- ${CFDIR}/m4/proto.m4 \
- ${CFDIR}/m4/version.m4 \
- ${CFDIR}/mailer/cyrus.m4 \
- ${CFDIR}/mailer/fax.m4 \
- ${CFDIR}/mailer/local.m4 \
- ${CFDIR}/mailer/mail11.m4 \
- ${CFDIR}/mailer/phquery.m4 \
- ${CFDIR}/mailer/pop.m4 \
- ${CFDIR}/mailer/procmail.m4 \
- ${CFDIR}/mailer/qpage.m4 \
- ${CFDIR}/mailer/smtp.m4 \
- ${CFDIR}/mailer/usenet.m4 \
- ${CFDIR}/mailer/uucp.m4 \
- ${CFDIR}/ostype/aix3.m4 \
- ${CFDIR}/ostype/aix4.m4 \
- ${CFDIR}/ostype/altos.m4 \
- ${CFDIR}/ostype/amdahl-uts.m4 \
- ${CFDIR}/ostype/a-ux.m4 \
- ${CFDIR}/ostype/bsd4.3.m4 \
- ${CFDIR}/ostype/bsd4.4.m4 \
- ${CFDIR}/ostype/bsdi.m4 \
- ${CFDIR}/ostype/bsdi1.0.m4 \
- ${CFDIR}/ostype/bsdi2.0.m4 \
- ${CFDIR}/ostype/dgux.m4 \
- ${CFDIR}/ostype/domainos.m4 \
- ${CFDIR}/ostype/dragonfly.m4 \
- ${CFDIR}/ostype/dynix3.2.m4 \
- ${CFDIR}/ostype/freebsd4.m4 \
- ${CFDIR}/ostype/freebsd5.m4 \
- ${CFDIR}/ostype/freebsd6.m4 \
- ${CFDIR}/ostype/gnu.m4 \
- ${CFDIR}/ostype/hpux10.m4 \
- ${CFDIR}/ostype/hpux11.m4 \
- ${CFDIR}/ostype/hpux9.m4 \
- ${CFDIR}/ostype/irix4.m4 \
- ${CFDIR}/ostype/irix5.m4 \
- ${CFDIR}/ostype/irix6.m4 \
- ${CFDIR}/ostype/isc4.1.m4 \
- ${CFDIR}/ostype/linux.m4 \
- ${CFDIR}/ostype/maxion.m4 \
- ${CFDIR}/ostype/mklinux.m4 \
- ${CFDIR}/ostype/mpeix.m4 \
- ${CFDIR}/ostype/nextstep.m4 \
- ${CFDIR}/ostype/openbsd.m4 \
- ${CFDIR}/ostype/osf1.m4 \
- ${CFDIR}/ostype/powerux.m4 \
- ${CFDIR}/ostype/ptx2.m4 \
- ${CFDIR}/ostype/qnx.m4 \
- ${CFDIR}/ostype/riscos4.5.m4 \
- ${CFDIR}/ostype/sco-uw-2.1.m4 \
- ${CFDIR}/ostype/sco3.2.m4 \
- ${CFDIR}/ostype/sinix.m4 \
- ${CFDIR}/ostype/solaris2.m4 \
- ${CFDIR}/ostype/solaris2.ml.m4 \
- ${CFDIR}/ostype/solaris2.pre5.m4 \
- ${CFDIR}/ostype/solaris8.m4 \
- ${CFDIR}/ostype/sunos3.5.m4 \
- ${CFDIR}/ostype/sunos4.1.m4 \
- ${CFDIR}/ostype/svr4.m4 \
- ${CFDIR}/ostype/ultrix4.m4 \
- ${CFDIR}/ostype/unixware7.m4 \
- ${CFDIR}/ostype/unknown.m4 \
- ${CFDIR}/ostype/uxpds.m4
- $(ALL): $(M4FILES)
- .include <bsd.prog.mk>
|