summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-08-31 00:56:10 +0000
committercy <cy@FreeBSD.org>2017-08-31 00:56:10 +0000
commit47f351d7ad1da0c330f9a1005c48dbdf339cbcc6 (patch)
tree1abd0d6e9a67f5a49c4b1b8a6ada09cdb0ed58e7
parentd01373bc317f4ec427f65647d8bbb627874afbd0 (diff)
downloadFreeBSD-src-47f351d7ad1da0c330f9a1005c48dbdf339cbcc6.zip
FreeBSD-src-47f351d7ad1da0c330f9a1005c48dbdf339cbcc6.tar.gz
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
-rw-r--r--lib/libtelnet/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libtelnet/Makefile b/lib/libtelnet/Makefile
index bab5fa9..e7c5ce8 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
OpenPOWER on IntegriCloud