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:
parent
2c9a28c567
commit
a68ff3460b
@ -23,8 +23,7 @@ CFLAGS+= -DENCRYPTION -DAUTHENTICATION -DSRA
|
|||||||
|
|
||||||
.if ${MK_KERBEROS_SUPPORT} != "no"
|
.if ${MK_KERBEROS_SUPPORT} != "no"
|
||||||
SRCS+= kerberos5.c
|
SRCS+= kerberos5.c
|
||||||
CFLAGS+= -DKRB5 -I${KRB5DIR}/lib/krb5 -I${KRB5OBJDIR} -I${ASN1OBJDIR}
|
CFLAGS+= -DKRB5 -DFORWARD -Dnet_write=telnet_net_write
|
||||||
CFLAGS+= -DFORWARD -Dnet_write=telnet_net_write
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user