1#	$NetBSD$
2
3.include <bsd.own.mk>
4
5DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man5
6.PATH:	${DIST}
7
8MAN=	access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
9	transport.5 virtual.5 sqlite_table.5 regexp_table.5 \
10	cidr_table.5 header_checks.5 ldap_table.5 master.5  \
11	nisplus_table.5 generic.5
12MAN+=	postconf.5 postfix-wrapper.5
13
14MLINKS=	header_checks.5 body_checks.5
15
16# XXX notyet:
17# The base install does include support for these:
18# mysql_table.5 pgsql_table.5
19
20.include <bsd.man.mk>
21