blob: 303adab5798fd9c66dc5d4678989ddb3444cc2e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.5 2002/12/24 19:47:51 perry Exp $
.include <bsd.own.mk>
DIST= ${NETBSDSRCDIR}/gnu/dist/postfix/man/man1
.PATH: ${DIST}
MAN= postalias.1 postcat.1 postconf.1 postdrop.1 \
postfix.1 postkick.1 postlock.1 postlog.1 \
postmap.1 postqueue.1 postsuper.1
# XXX notyet:
# mailq.1 sendmail.1 newaliases.1
# These would conflict with the ones installed by sendmail. It isn't
# clear what to do with them. The missing documentation is not too
# interesting given that the sendmail docs are in place, though.
# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1
# These are test programs. It isn't clear that they are wanted by an
# ordinary user.
.include <bsd.man.mk>
|