From ea8079033ed33b9e1a880caf71cc7fdb18e7f947 Mon Sep 17 00:00:00 2001 From: Yaroslav Tykhiy Date: Fri, 28 Jul 2006 06:33:27 +0000 Subject: [PATCH] Kerberos/Heimdal doesn't really depend on the INET6 macro. In the Heimdal distro, only kerberized telnet refers to INET6, but we don't build it, we use contrib/telnet linked with the Kerberos libs instead. Tested with: cmp(1) --- kerberos5/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc index 6e799ff7155..2dc673904a4 100644 --- a/kerberos5/Makefile.inc +++ b/kerberos5/Makefile.inc @@ -5,7 +5,6 @@ NO_LINT= KRB5DIR= ${.CURDIR}/../../../crypto/heimdal CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../../include -CFLAGS+= -DINET6 .if defined(WITH_OPENLDAP) OPENLDAPBASE?= /usr/local