#
# @(#)Makefile 	0.3 13.11.97 mesrik
#
# Makefile for /etc/mail stuff
#

# implicit rules

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

# put any .db files you would like to have below
all:	deny.db


# eof
