Build ipx_ip.c only if options IPXIP is defined. No functional change.
This commit is contained in:
parent
56c88fa187
commit
5961533dd0
@ -1846,7 +1846,7 @@ netipsec/xform_tcp.c optional fast_ipsec tcp_signature
|
||||
netipx/ipx.c optional ipx
|
||||
netipx/ipx_cksum.c optional ipx
|
||||
netipx/ipx_input.c optional ipx
|
||||
netipx/ipx_ip.c optional ipx
|
||||
netipx/ipx_ip.c optional ipx ipxip
|
||||
netipx/ipx_outputfl.c optional ipx
|
||||
netipx/ipx_pcb.c optional ipx
|
||||
netipx/ipx_proto.c optional ipx
|
||||
|
@ -69,7 +69,6 @@ __FBSDID("$FreeBSD$");
|
||||
#include "opt_inet.h"
|
||||
#include "opt_ipx.h"
|
||||
|
||||
#ifdef IPXIP
|
||||
#ifndef INET
|
||||
#error The option IPXIP requires option INET.
|
||||
#endif
|
||||
@ -470,4 +469,3 @@ ipxip_rtchange(struct in_addr *dst)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* IPXIP */
|
||||
|
Loading…
Reference in New Issue
Block a user