Remove some stray traces of KMODDEPS

This commit is contained in:
Peter Wemm 2001-02-04 12:35:22 +00:00
parent 7bab53dda3
commit 173333f41c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=71996
2 changed files with 0 additions and 2 deletions

View File

@ -6,7 +6,6 @@ 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
#KMODDEPS = miibus
CFLAGS+= -g -I${.CURDIR}/../../dev/lnc

View File

@ -5,6 +5,5 @@
KMOD= s3
SRCS= device_if.h bus_if.h isa_if.h pci_if.h \
s3_pci.c
KMODDEPS= vesa
.include <bsd.kmod.mk>