summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin/postfix
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2001-03-18 07:53:02 +0000
committerthorpej <thorpej@NetBSD.org>2001-03-18 07:53:02 +0000
commiteb899dbdcecd9ef266420cc6264ff1890c1ae65a (patch)
tree9581e42bda1965fdf1d355d900aa2d0b8380aac4 /gnu/usr.sbin/postfix
parent8d23cb0373f3e8690ed46740c617c3694e8b2104 (diff)
Disable the IPv6 support in postfix for now; there are some
Problems. I'll see if Itojun and I can get them fixed this coming week at IETF.
Diffstat (limited to 'gnu/usr.sbin/postfix')
-rw-r--r--gnu/usr.sbin/postfix/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/postfix/Makefile.inc b/gnu/usr.sbin/postfix/Makefile.inc
index 5f161303c0d..3f6c36e5b6d 100644
--- a/gnu/usr.sbin/postfix/Makefile.inc
+++ b/gnu/usr.sbin/postfix/Makefile.inc
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2001/03/13 18:34:22 itojun Exp $
+# $NetBSD: Makefile.inc,v 1.6 2001/03/18 07:53:02 thorpej Exp $
.include <bsd.own.mk>
@@ -10,7 +10,7 @@ CPPFLAGS+= -DNETBSD1 -I${DIST} \
-I${IDIST}/src/dns -I${IDIST}/src/global -I${IDIST}/src/master \
-I${IDIST}/src/util
# IPv6
-CPPFLAGS+= -DINET6
+#CPPFLAGS+= -DINET6
DOBJDIR!= cd $(.CURDIR)/../dns && ${PRINTOBJDIR}
LIBPDNS= ${DOBJDIR}/libdns.a