summaryrefslogblamecommitdiffstats
path: root/extra/source/sendmail/_sendmail/etc/mail/Makefile.new
blob: dd39c9bc0f83bda48bb256d84fe8701a4f19ff53 (plain) (tree)



















                                                                        
# To rebuild your sendmail configuration databases, run "make"
# in this directory after making any changes.

all: access.db aliases.db domaintable.db mailertable.db virtusertable.db

access.db: access
	@makemap hash access < access

aliases.db: aliases
	@newaliases

domaintable.db: domaintable
	@makemap hash domaintable < domaintable

mailertable.db: mailertable
	@makemap hash mailertable < mailertable

virtusertable.db: virtusertable
	@makemap hash virtusertable < virtusertable