diff options
author | marcel <marcel@FreeBSD.org> | 2004-11-20 23:04:32 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2004-11-20 23:04:32 +0000 |
commit | 5819df2a6e546a4ee163f6ed2ba44dacc39f25a0 (patch) | |
tree | e8fb248218aed243511bc803a43399b9cfe28df3 | |
parent | 6175c08488edf2a144f21145ecb8c7ced37c3bbb (diff) | |
download | FreeBSD-src-5819df2a6e546a4ee163f6ed2ba44dacc39f25a0.zip FreeBSD-src-5819df2a6e546a4ee163f6ed2ba44dacc39f25a0.tar.gz |
o Remove opt_ddb.h from SRCS.
o Add opt_gdb.h and opt_kdb.h to SRCS.
-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 7423563..a0c02bb 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 |