aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/snc
diff options
context:
space:
mode:
authorMax Laier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
committerMax Laier <mlaier@FreeBSD.org>2005-09-27 18:10:43 +0000
commitb6de9e91bd2c47efaeec72a08642f8fd99cc7b20 (patch)
tree06d50385e76f077f148ab914f1e6e424fbea50a1 /sys/modules/snc
parent458d22f30259508abcc97d1331ad091d5e70c523 (diff)
downloadsrc-b6de9e91bd2c47efaeec72a08642f8fd99cc7b20.tar.gz
src-b6de9e91bd2c47efaeec72a08642f8fd99cc7b20.zip
Remove bridge(4) from the tree. if_bridge(4) is a full functional
replacement and has additional features which make it superior. Discussed on: -arch Reviewed by: thompsa X-MFC-after: never (RELENG_6 as transition period)
Notes
Notes: svn path=/head/; revision=150636
Diffstat (limited to 'sys/modules/snc')
-rw-r--r--sys/modules/snc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/snc/Makefile b/sys/modules/snc/Makefile
index 4b158fb9992a..b8623726fed5 100644
--- a/sys/modules/snc/Makefile
+++ b/sys/modules/snc/Makefile
@@ -4,7 +4,7 @@
KMOD= if_snc
SRCS= if_snc.c if_snc_cbus.c if_snc_pccard.c dp83932.c dp83932subr.c
-SRCS+= opt_inet.h opt_bdg.h device_if.h bus_if.h isa_if.h
+SRCS+= opt_inet.h device_if.h bus_if.h isa_if.h
opt_inet.h:
echo "#define INET 1" > ${.TARGET}