1#	$NetBSD: Makefile,v 1.2 2022/08/30 13:40:37 riastradh Exp $
2
3.include <bsd.own.mk>
4
5DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/conf
6.PATH:	${DIST}
7
8FILESDIR=	${PFIX_ETCDIR}
9
10# These two .cf files are the only ones absolutely needed. It is not
11# clear if we should be installing things like the transport and
12# virtual file, etc. I contend we shouldn't, since they contain no
13# real information at all, just the man page sources, and are not
14# needed by default.
15#
16CONFIGFILES=	main.cf master.cf README
17FILESMODE=	644
18FILESMODE_README=444
19
20.include <bsd.prog.mk>
21