1faf39be0f
the Postfix 2.6.2 binary doesn't work yet because it cannot find "/usr/libexec/postfix/postfix-script".
10 lines
156 B
Makefile
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>
|