diff options
| author | Warner Losh <imp@FreeBSD.org> | 2001-03-03 08:31:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2001-03-03 08:31:37 +0000 |
| commit | f2fdbb57ca54f2b89af760974016d945420ab738 (patch) | |
| tree | 363a02a0098f668c2a4d409c0dbecdeb53746b69 /sys/modules/ed | |
| parent | 8a8d42eebbace91b5b0694305419efdd31cf1a7a (diff) | |
Notes
Diffstat (limited to 'sys/modules/ed')
| -rw-r--r-- | sys/modules/ed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ed/Makefile b/sys/modules/ed/Makefile index 23dda90b4832..d8a622bd4f90 100644 --- a/sys/modules/ed/Makefile +++ b/sys/modules/ed/Makefile @@ -12,6 +12,6 @@ CFLAGS+= -DPC98 SRCS+= if_ed_isa.c .endif -SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h +SRCS+= opt_bdg.h bus_if.h card_if.h device_if.h isa_if.h pci_if.h miibus_if.h .include <bsd.kmod.mk> |
