From 74ac31b6f1d3c94e7b27c214c875dde0c4af21bf Mon Sep 17 00:00:00 2001 From: cy Date: Thu, 31 Aug 2017 00:56:10 +0000 Subject: [PATCH] MFC r321806: Remove redundant include directories which expand to a noop, "-I/lib/krb5 -I -I". Reviewed by: ngie@, markm@ Approved by: re@ (marius@) Differential Revision: D11769 git-svn-id: svn://svn.freebsd.org/base/stable/10@323043 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/libtelnet/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index bab5fa9ba..e7c5ce8e2 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 -- 2.42.0