summaryrefslogtreecommitdiffstats
path: root/sys/modules/bridge/Makefile
blob: 70f6b40b4b296949e838099cc908e67336604f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $FreeBSD$

.PATH:	${.CURDIR}/../../net
KMOD=	bridge
SRCS=	bridge.c
SRCS+=	opt_pfil_hooks.h

#
# By default don't enable pfil hooks support.  This means you
# cannot use ipfilter together with the bridge.  To enable it
# uncomment the line below
#
opt_pfil_hooks.h:
#	echo "#define PFIL_HOOKS 1" > opt_pfil_hooks.h
	touch opt_pfil_hooks.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud