NetBSD/external/ibm-public/Makefile
tron 1faf39be0f Add makefile framework to build Postfix 2.6.2. Don't turn it on yet as
the Postfix 2.6.2 binary doesn't work yet because it cannot
find "/usr/libexec/postfix/postfix-script".
2009-06-23 15:02:51 +00:00

10 lines
156 B
Makefile

# $NetBSD: Makefile,v 1.1 2009/06/23 15:02:51 tron Exp $
.include <bsd.own.mk>
.if ${MKPOSTFIX} != "no"
SUBDIR+= postfix
.endif
.include <bsd.subdir.mk>