From 173333f41c3604563a2c07f367328e928e1ee28b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 4 Feb 2001 12:35:22 +0000 Subject: [PATCH] Remove some stray traces of KMODDEPS --- sys/modules/lnc/Makefile | 1 - sys/modules/s3/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/modules/lnc/Makefile b/sys/modules/lnc/Makefile index fa2fecea20a9..a9b823b5c149 100644 --- a/sys/modules/lnc/Makefile +++ b/sys/modules/lnc/Makefile @@ -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 diff --git a/sys/modules/s3/Makefile b/sys/modules/s3/Makefile index 6091bee35ce6..c0babcbc3717 100644 --- a/sys/modules/s3/Makefile +++ b/sys/modules/s3/Makefile @@ -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