diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-20 23:04:32 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-20 23:04:32 +0000 |
| commit | 165af6d313c7da5ced99fb1d6fd5fe5618e172a8 (patch) | |
| tree | e8fb248218aed243511bc803a43399b9cfe28df3 /sys | |
| parent | 6db36923adbeef263524aa38cb9ccb8df774ba08 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/modules/sio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile index 74235635a795..a0c02bb1cc7a 100644 --- a/sys/modules/sio/Makefile +++ b/sys/modules/sio/Makefile @@ -7,7 +7,7 @@ KMOD= sio SRCS= bus_if.h card_if.h device_if.h isa_if.h pci_if.h \ - opt_comconsole.h opt_compat.h opt_ddb.h opt_sio.h \ + opt_comconsole.h opt_compat.h opt_gdb.h opt_kdb.h opt_sio.h \ sio.c sio_pccard.c sio_pci.c sio_puc.c pccarddevs.h .if ${MACHINE} == "pc98" SRCS+= sio_cbus.c |
