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)
This commit is contained in:
Yaroslav Tykhiy 2006-07-28 06:33:27 +00:00
parent d1d56560e8
commit ea8079033e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160775

View file

@ -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