mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
8 lines
100 B
Makefile
8 lines
100 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= bridgestp
|
|
SRCS= bridgestp.c
|
|
|
|
.include <bsd.kmod.mk>
|