2001-10-05 05:45:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../net
|
|
|
|
KMOD= bridge
|
|
|
|
SRCS= bridge.c
|
2003-09-23 17:54:04 +00:00
|
|
|
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
|
2001-10-05 05:45:27 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|