

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

%.db : %
	@makemap hash $@ < $<


clean:
	@rm -f *.db *~

