diff options
author | thompsa <thompsa@FreeBSD.org> | 2006-07-26 22:10:10 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2006-07-26 22:10:10 +0000 |
commit | 8712b5a3f1e279f5f25360397a26ebc99a8f7dc4 (patch) | |
tree | e0681dfcba3631ad4b826b2966556adb53526299 /sys/modules | |
parent | 5d8bffec6ca6b6dccab19dc25cd951ee6438f9e0 (diff) | |
download | FreeBSD-src-8712b5a3f1e279f5f25360397a26ebc99a8f7dc4.zip FreeBSD-src-8712b5a3f1e279f5f25360397a26ebc99a8f7dc4.tar.gz |
Hook bridgestp up to the build.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 70e4b40..fa97c21 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -38,6 +38,7 @@ SUBDIR= ${_3dfx} \ bge \ ${_bios} \ ${_bktr} \ + bridgestp \ cam \ ${_canbepm} \ ${_canbus} \ |