From a68ff3460bcfcf4b4939508b0cf8059d83aa748c Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 31 Jul 2017 19:07:45 +0000 Subject: [PATCH] Remove redundant include directories which expand to a noop, "-I/lib/krb5 -I -I". Reviewed by: ngie@, markm@ MFC after: 1 month Differential Revision: D11769 --- lib/libtelnet/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 36c2dda75fbb..27bd2d5a22e0 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 .include