summaryrefslogtreecommitdiffstats
path: root/extra/source/sendmail/_sendmail/etc/mail/Makefile.new
blob: dd39c9bc0f83bda48bb256d84fe8701a4f19ff53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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