From 5be077d625eee5262d54e4d0d24e06d29a2b62f4 Mon Sep 17 00:00:00 2001 From: yar Date: Fri, 28 Jul 2006 06:33:27 +0000 Subject: 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 6e799ff..2dc6739 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 -- cgit v1.1