summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-08-31 00:56:10 +0000
committerCy Schubert <cy@FreeBSD.org>2017-08-31 00:56:10 +0000
commitc3209d04d8fdba8ba0a71aa6af33a5e27df4609e (patch)
tree1abd0d6e9a67f5a49c4b1b8a6ada09cdb0ed58e7 /lib
parent87d9fa6712d7c5204525555be3b411b03b1499b0 (diff)
Notes
Diffstat (limited to 'lib')
-rw-r--r--lib/libtelnet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index bab5fa9ba536..e7c5ce8e23fa 100644
--- a/lib/libtelnet/Makefile
+++ b/lib/libtelnet/Makefile
@@ -23,8 +23,7 @@ CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
.if ${MK_KERBEROS_SUPPORT} != "no"
SRCS+= kerberos5.c
-CFLAGS+= -DKRB5 -I${KRB5DIR}/lib/krb5 -I${KRB5OBJDIR} -I${ASN1OBJDIR}
-CFLAGS+= -DFORWARD -Dnet_write=telnet_net_write
+CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
.endif
.endif