xref: /netbsd-src/external/ibm-public/postfix/man/man8/Makefile (revision 4fee23f98c45552038ad6b5bd05124a41302fb01)
1#	$NetBSD: Makefile,v 1.2 2011/03/02 22:24:56 tron Exp $
2
3.include <bsd.own.mk>
4
5DIST=	${NETBSDSRCDIR}/external/ibm-public/postfix/dist/man/man8
6.PATH:	${DIST}
7
8MAN=	anvil.8 bounce.8 cleanup.8 discard.8 dnsblog.8 error.8 local.8 \
9	master.8 pickup.8 pipe.8 postscreen.8 proxymap.8 qmgr.8 \
10	scache.8 showq.8 smtp.8 smtpd.8 spawn.8 trivial-rewrite.8 \
11	oqmgr.8 spawn.8 flush.8 virtual.8 \
12	verify.8
13
14.if ${MKCRYPTO} != "no"
15MAN+=	tlsmgr.8 tlsproxy.8
16.endif
17
18MLINKS=	bounce.8 defer.8
19MLINKS+=bounce.8 trace.8
20MLINKS+=smtp.8 lmtp.8
21
22# XXX notyet:
23# qmqpd.8
24# We're not building it, yet.
25
26.include <bsd.man.mk>
27