Home | History | Annotate | Line # | Download | only in man5
Makefile revision 1.1
      1  1.1  tron #	$NetBSD: Makefile,v 1.1 2009/06/23 15:02:52 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.1  tron 	transport.5 virtual.5 pcre_table.5 regexp_table.5 \
     10  1.1  tron 	cidr_table.5 header_checks.5 ldap_table.5 master.5  \
     11  1.1  tron 	nisplus_table.5 generic.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.1  tron # ldap_table.5 mysql_table.5 pgsql_table.5
     19  1.1  tron 
     20  1.1  tron .include <bsd.man.mk>
     21