Revert previous, per Perry's request (maintainer of postfix in NetBSD)
This commit is contained in:
parent
201f9fdaab
commit
a1e01ef943
|
@ -1,21 +1,22 @@
|
||||||
# $NetBSD: Makefile,v 1.7 2004/09/04 22:16:48 lukem Exp $
|
# $NetBSD: Makefile,v 1.8 2004/09/07 23:50:32 lukem Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1
|
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1
|
||||||
.PATH: ${DIST}
|
.PATH: ${DIST}
|
||||||
|
|
||||||
MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \
|
MAN= postalias.1 postcat.1 postconf.1 postfix.1 \
|
||||||
postfix.1 postkick.1 postlock.1 postlog.1 \
|
postkick.1 postlock.1 postlog.1 postdrop.1 \
|
||||||
postmap.1 postqueue.1 postsuper.1
|
postmap.1 \
|
||||||
|
postqueue.1 postsuper.1
|
||||||
|
|
||||||
# XXX notyet:
|
# XXX notyet:
|
||||||
# mailq.1 newaliases.1 sendmail.1
|
# mailq.1 sendmail.1 newaliases.1
|
||||||
# These would conflict with the ones installed by sendmail. It isn't
|
# These would conflict with the ones installed by sendmail. It isn't
|
||||||
# clear what to do with them. The missing documentation is not too
|
# clear what to do with them. The missing documentation is not too
|
||||||
# interesting given that the sendmail docs are in place, though.
|
# interesting given that the sendmail docs are in place, though.
|
||||||
# qmqp-sink.1 qmqp-source.1 qshape.1 smtp-sink.1 smtp-source.1
|
# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1
|
||||||
# These are test programs. It isn't clear that they are wanted by an
|
# These are test programs. It isn't clear that they are wanted by an
|
||||||
# ordinary user.
|
# ordinary user.
|
||||||
|
|
||||||
.include <bsd.man.mk>
|
.include <bsd.man.mk>
|
||||||
|
|
|
@ -1,23 +1,23 @@
|
||||||
# $NetBSD: Makefile,v 1.6 2004/09/04 22:22:26 lukem Exp $
|
# $NetBSD: Makefile,v 1.7 2004/09/07 23:51:26 lukem Exp $
|
||||||
|
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
|
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man5
|
||||||
.PATH: ${DIST}
|
.PATH: ${DIST}
|
||||||
|
|
||||||
MAN= access.5 canonical.5 cidr_table.5 header_checks.5 \
|
MAN= access.5 canonical.5 relocated.5 \
|
||||||
pcre_table.5 postconf.5 regexp_table.5 relocated.5 \
|
transport.5 virtual.5 pcre_table.5 regexp_table.5 \
|
||||||
transport.5 virtual.5
|
cidr_table.5 header_checks.5
|
||||||
|
|
||||||
MLINKS= header_checks.5 body_checks.5
|
MLINKS= header_checks.5 body_checks.5
|
||||||
|
|
||||||
# XXX notyet:
|
# XXX notyet:
|
||||||
# aliases.5
|
# aliases.5
|
||||||
# This would conflict with the one installed by sendmail. It isn't
|
# This would conflict with the one installed by sendmail. It isn't
|
||||||
# clear what to do with it. The missing documentation is not too
|
# clear what to do with it. The missing documentation is not too
|
||||||
# interesting given that the sendmail docs are in place, though. The
|
# interesting given that the sendmail docs are in place, though. The
|
||||||
# format is identical.
|
# format is identical.
|
||||||
|
# The base install does include support for these:
|
||||||
# ldap_table.5 mysql_table.5 pgsql_table.5
|
# ldap_table.5 mysql_table.5 pgsql_table.5
|
||||||
# The base install does include support for these.
|
|
||||||
|
|
||||||
.include <bsd.man.mk>
|
.include <bsd.man.mk>
|
||||||
|
|
Loading…
Reference in New Issue