Home | History | Annotate | Line # | Download | only in man5
      1  1.4   tron #	$NetBSD: Makefile,v 1.4 2013/01/02 22:33:20 tron Exp $
      2  1.1   tron 
      3  1.1   tron .include <bsd.own.mk>
      4  1.1   tron 
      5  1.1   tron DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man5
      6  1.1   tron .PATH:	${DIST}
      7  1.1   tron 
      8  1.1   tron MAN=	access.5 aliases.5 bounce.5 canonical.5 relocated.5 \
      9  1.3   tron 	transport.5 virtual.5 sqlite_table.5 regexp_table.5 \
     10  1.1   tron 	cidr_table.5 header_checks.5 ldap_table.5 master.5  \
     11  1.4   tron 	nisplus_table.5 generic.5 memcache_table.5
     12  1.1   tron MAN+=	postconf.5 postfix-wrapper.5
     13  1.1   tron 
     14  1.1   tron MLINKS=	header_checks.5 body_checks.5
     15  1.1   tron 
     16  1.1   tron # XXX notyet:
     17  1.1   tron # The base install does include support for these:
     18  1.2  joerg # mysql_table.5 pgsql_table.5
     19  1.1   tron 
     20  1.1   tron .include <bsd.man.mk>
     21