From 2d1a7988690e31ba8d9a3a6cc2ecc7066e5ad62f Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Fri, 29 Dec 2000 11:46:17 +0000 Subject: [PATCH] Change the module name from lnc to if_lnc so that ifconfig works. --- sys/modules/lnc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/lnc/Makefile b/sys/modules/lnc/Makefile index c65c929d9ed1..44d80c1ede7d 100644 --- a/sys/modules/lnc/Makefile +++ b/sys/modules/lnc/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR}/../../dev/lnc -KMOD = lnc +KMOD = if_lnc SRCS = if_lnc.c if_lnc_pci.c if_lnc_isa.c if_lnc_pc98.c SRCS += opt_inet.h device_if.h bus_if.h isa_if.h pci_if.h #SRCS += miibus_if.h