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
This commit is contained in:
Cy Schubert 2017-07-31 19:07:45 +00:00
parent 6c7ebc242b
commit 01da25af6b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321806

View file

@ -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 <bsd.lib.mk>