mirror of
https://github.com/opnsense/src.git
synced 2026-04-06 18:05:18 -04: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.
11 lines
180 B
Makefile
11 lines
180 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Harti Brandt <harti@freebsd.org>
|
|
#
|
|
.PATH: ${.CURDIR}/../../../../netgraph/atm
|
|
|
|
KMOD= ng_atm
|
|
SRCS= ng_atm.c
|
|
# CFLAGS+= -DNGATM_DEBUG
|
|
|
|
.include <bsd.kmod.mk>
|