mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
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.
10 lines
125 B
Makefile
10 lines
125 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= if_vlan
|
|
SRCS= if_vlan.c
|
|
SRCS+= opt_inet.h opt_vlan.h
|
|
|
|
.include <bsd.kmod.mk>
|