aboutsummaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-28 06:33:27 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2006-07-28 06:33:27 +0000
commitea8079033ed33b9e1a880caf71cc7fdb18e7f947 (patch)
treef6cf18135aceadc6bae252667d327ac557db9bbc /kerberos5
parentd1d56560e87830123c532a1be186a8ee7b084ae2 (diff)
downloadsrc-ea8079033ed33b9e1a880caf71cc7fdb18e7f947.tar.gz
src-ea8079033ed33b9e1a880caf71cc7fdb18e7f947.zip
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)
Notes
Notes: svn path=/head/; revision=160775
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/kerberos5/Makefile.inc b/kerberos5/Makefile.inc
index 6e799ff7155b..2dc673904a47 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