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