From 0b061e57c0ac385183b23eef6214ba486b782785 Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 20 Sep 1999 06:11:48 +0000 Subject: Change the name of the installed KLM to contain a leading "if_". Except for miibus which is now installed as miibus.ko. Discussed by: msmith, peter, and wpaul --- sys/modules/mii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/mii') diff --git a/sys/modules/mii/Makefile b/sys/modules/mii/Makefile index 507f61d..4949f25 100644 --- a/sys/modules/mii/Makefile +++ b/sys/modules/mii/Makefile @@ -2,7 +2,7 @@ S = ${.CURDIR}/../.. .PATH: $S/dev/mii -KMOD = mii +KMOD = miibus SRCS = mii.c mii_physubr.c ukphy.c ukphy_subr.c bus_if.h SRCS += miibus_if.h device_if.h miibus_if.c exphy.c nsphy.c SRCS += mlphy.c tlphy.c rlphy.c amphy.c -- cgit v1.1