mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add bridgestp as a seperate module.
This commit is contained in:
parent
7d4a207cba
commit
bda83a1a90
1 changed files with 8 additions and 0 deletions
8
sys/modules/bridgestp/Makefile
Normal file
8
sys/modules/bridgestp/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../net
|
||||
|
||||
KMOD= bridgestp
|
||||
SRCS= bridgestp.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue