summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2006-07-26 22:07:39 +0000
committerthompsa <thompsa@FreeBSD.org>2006-07-26 22:07:39 +0000
commit5d8bffec6ca6b6dccab19dc25cd951ee6438f9e0 (patch)
tree07a6b818d764a1361a06142036e2bd0cb40527ca /sys/modules
parentae179e02b7cef90ecd35436f3d8f74cb85852115 (diff)
downloadFreeBSD-src-5d8bffec6ca6b6dccab19dc25cd951ee6438f9e0.zip
FreeBSD-src-5d8bffec6ca6b6dccab19dc25cd951ee6438f9e0.tar.gz
Add bridgestp as a seperate module.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/bridgestp/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/bridgestp/Makefile b/sys/modules/bridgestp/Makefile
new file mode 100644
index 0000000..3cfc6e3
--- /dev/null
+++ b/sys/modules/bridgestp/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../net
+
+KMOD= bridgestp
+SRCS= bridgestp.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud