xref: /netbsd-src/external/ibm-public/postfix/man/man1/Makefile (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1#	$NetBSD: Makefile,v 1.2 2014/07/06 20:09:26 tron Exp $
2
3.include <bsd.own.mk>
4
5DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man1
6.PATH:	${DIST}
7
8# This follows the order in COMMANDS= in src/external/ibm-public/postfix/dist/man/Makefile.in
9MAN=	postalias.1 postcat.1 postconf.1 postfix.1 \
10	postkick.1 postlock.1 postlog.1 postdrop.1 \
11	postmap.1 sendmail.1 \
12	postqueue.1 postsuper.1 postmulti.1 posttls-finger.1
13
14MLINKS=	sendmail.1 mailq.1 sendmail.1 newaliases.1
15
16# XXX notyet:
17# qmqp-sink.1 qmqp-source.1 smtp-sink.1 smtp-source.1 qshape.1
18# These are test programs. It isn't clear that they are wanted by an
19# ordinary user.
20
21.include <bsd.man.mk>
22