1 # $NetBSD: Makefile,v 1.4 2013/01/02 22:33:20 tron Exp $ 2 3 .include <bsd.own.mk> 4 5 DIST= ${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man5 6 .PATH: ${DIST} 7 8 MAN= 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 memcache_table.5 12 MAN+= postconf.5 postfix-wrapper.5 13 14 MLINKS= 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