# $Id: Makefile,v 1.3 2005/04/17 12:29:02 marc Exp $

SPATH=	/usr/local/share/examples/smtp-vilter

install:
	@if test ! -d ${DESTDIR}${SPATH}; then \
		mkdir -p ${DESTDIR}${SPATH}; \
	fi
	
	${INSTALL} -m 640 smtp-vilter.conf ${DESTDIR}${SPATH}/smtp-vilter.conf
	${INSTALL} -m 640 recipient-notification ${DESTDIR}${SPATH}/recipient-notification
	${INSTALL} -m 640 attachment.conf ${DESTDIR}${SPATH}/attachment.conf
	${INSTALL} -m 640 attachment-notification ${DESTDIR}${SPATH}/attachment-notification
	${INSTALL} -m 640 clamd.conf ${DESTDIR}${SPATH}/clamd.conf
	${INSTALL} -m 640 icap.conf ${DESTDIR}${SPATH}/icap.conf
	${INSTALL} -m 640 savse.conf ${DESTDIR}${SPATH}/savse.conf
	${INSTALL} -m 640 spamd.conf ${DESTDIR}${SPATH}/spamd.conf

.include <bsd.prog.mk>
