8d8bc0182e
the ROUTETABLES kernel option thus there is no need to include opt_route.h anymore in all consumers of vnet.h and no longer depend on it for module builds. Remove the hidden include in flowtable.h as well and leave the two explicit #includes in ip_input.c and ip_output.c.
7 lines
70 B
Makefile
7 lines
70 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_ether
|
|
SRCS= ng_ether.c
|
|
|
|
.include <bsd.kmod.mk>
|