sendmail/sendmail.etc-mail-Makefile
cvsdist 98c3f093a0 auto-import changelog data from sendmail-8.11.6-8.72.1.src.rpm
Tue Jan 22 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- fix quotation in spec-file
Thu Jan 10 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- integrate ugly logic to compile this src.rpm also on older Red Hat Linux
    releases
- clean up spec file and patches a bit
- add db4 support
Wed Jan 09 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- fix another path to correct docu
- include sendmail/README in the docu
- compile with -D_FFR_WORKAROUND_BROKEN_NAMESERVERS, but do not enable this
    at runtime
- devel subpackage files owned by root now
Fri Dec 07 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- change "-q" to "-s" as option to make #57216
- move milter lib into separate "devel" sub-package
- add include files to devel sub-package #56064
- fix pointer in access file to docu #54351
Mon Sep 10 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- add libmilter docu
- add support for userdb to /etc/mail/Makefile
- use "btree" database files if a userdb is used
- buildrequires tcp_wrappers
2004-09-09 12:13:52 +00:00

25 lines
655 B
Plaintext

# These could be used by sendmail, but are not part of the default install.
# To use them you will have to generate your own sendmail.cf with
# FEATURE('whatever')
#
POSSIBLE += $(shell test -f bitdomain && echo bitdomain.db)
POSSIBLE += $(shell test -f uudomain && echo uudomain.db)
POSSIBLE += $(shell test -f genericstable && echo genericstable.db)
POSSIBLE += $(shell test -f userdb && echo userdb.db)
all: ${POSSIBLE} virtusertable.db access.db domaintable.db mailertable.db
virtusertable.db : virtusertable
@makemap -f hash $@ < $<
userdb.db : userdb
@makemap btree $@ < $<
%.db : %
@makemap hash $@ < $<
clean:
rm -f *.db *~