add postconf(5). style cleanup (alpha sort list, reformat comments)

This commit is contained in:
lukem 2004-09-04 22:22:26 +00:00
parent ee7fcfe0f4
commit 6be90f72e3

View File

@ -1,23 +1,23 @@
# $NetBSD: Makefile,v 1.5 2004/04/27 05:34:34 heas Exp $
# $NetBSD: Makefile,v 1.6 2004/09/04 22:22:26 lukem Exp $
.include <bsd.own.mk>
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
.PATH: ${DIST}
MAN= access.5 canonical.5 relocated.5 \
transport.5 virtual.5 pcre_table.5 regexp_table.5 \
cidr_table.5 header_checks.5
MAN= access.5 canonical.5 cidr_table.5 header_checks.5 \
pcre_table.5 postconf.5 regexp_table.5 relocated.5 \
transport.5 virtual.5
MLINKS= header_checks.5 body_checks.5
# XXX notyet:
# aliases.5
# This would conflict with the one installed by sendmail. It isn't
# clear what to do with it. The missing documentation is not too
# interesting given that the sendmail docs are in place, though. The
# format is identical.
# The base install does include support for these:
# This would conflict with the one installed by sendmail. It isn't
# clear what to do with it. The missing documentation is not too
# interesting given that the sendmail docs are in place, though. The
# format is identical.
# ldap_table.5 mysql_table.5 pgsql_table.5
# The base install does include support for these.
.include <bsd.man.mk>