summaryrefslogtreecommitdiffstats
path: root/etc/mail/Makefile
blob: f56d3db951dd94ff4ff9b86b87c8f1592e2a58b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$Id: Makefile,v 1.5 1998/09/13 23:14:20 brian Exp $

install:
	/usr/sbin/makemap hash /etc/mail/spamsites < /etc/mail/block_domains.txt
.if exists(/etc/mail/spamsites.local)
	/usr/sbin/makemap -o hash /etc/mail/spamsites < /etc/mail/spamsites.local
.endif
	/usr/sbin/makemap hash /etc/mail/denyip < /etc/mail/block_ips.txt
.if exists(/etc/mail/denyip.local)
	/usr/sbin/makemap -o hash /etc/mail/denyip < /etc/mail/denyip.local
.endif

all: install
OpenPOWER on IntegriCloud