1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

opt_pfil_hooks.h is no longer required.

This commit is contained in:
Andre Oppermann 2004-08-27 19:57:33 +00:00
parent b9907cd45b
commit 3bc84e8a5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134400

View File

@ -3,6 +3,5 @@
.PATH: ${.CURDIR}/../../net
KMOD= bridge
SRCS= bridge.c
SRCS+= opt_pfil_hooks.h
.include <bsd.kmod.mk>