xref: /netbsd-src/external/ibm-public/postfix/libexec/Makefile (revision 4817a0b0b8fe9612e8ebe21a9bf2d97b95038a97)
1#	$NetBSD: Makefile,v 1.2 2010/07/11 05:37:32 mrg Exp $
2
3.include <bsd.own.mk>
4
5SUBDIR=	anvil bounce cleanup discard error flush local master oqmgr pickup \
6	pipe postfix-script proxymap qmgr scache sendmail showq smtp smtpd \
7	spawn trivial-rewrite verify virtual
8
9.if ${MKCRYPTO} != "no"
10SUBDIR+=	tlsmgr
11.endif
12
13# Not built: fsstone (unneeded), smtpstone (unneeded), qmqpd (unneeded)
14
15.include <bsd.subdir.mk>
16