From 336bf727d7bd42e8e0a2f19c51f4a6ee61708765 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 30 Aug 2017 19:38:43 +0000 Subject: MFC r321806: Remove redundant include directories which expand to a noop, "-I/lib/krb5 -I -I". Reviewed by: ngie@, markm@ Differential Revision: D11769 --- lib/libtelnet/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libtelnet') diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile index 36c2dda..27bd2d5 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 -- cgit v1.1