From b6de9e91bd2c47efaeec72a08642f8fd99cc7b20 Mon Sep 17 00:00:00 2001 From: Max Laier Date: Tue, 27 Sep 2005 18:10:43 +0000 Subject: 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) --- sys/modules/ubsec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ubsec/Makefile') diff --git a/sys/modules/ubsec/Makefile b/sys/modules/ubsec/Makefile index 4c9f58cf14b1..8b6799af4e7b 100644 --- a/sys/modules/ubsec/Makefile +++ b/sys/modules/ubsec/Makefile @@ -4,7 +4,7 @@ KMOD = ubsec SRCS = ubsec.c opt_ubsec.h SRCS += device_if.h bus_if.h pci_if.h -SRCS += opt_bdg.h opt_bus.h crypto_if.h +SRCS += opt_bus.h crypto_if.h opt_ubsec.h: echo "#define UBSEC_DEBUG 1" > opt_ubsec.h -- cgit v1.3