diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-05-19 09:28:59 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-05-19 09:28:59 +0000 |
| commit | 343ae1c099d7928f5c3a1ef918f8e95f6a360117 (patch) | |
| tree | 1854d3557153f13a2a800a6c0649fd120a76affe /sys/modules/digi | |
| parent | 7ed8a8260fd0799f63702579f5b2e9310bfed163 (diff) | |
Notes
Diffstat (limited to 'sys/modules/digi')
| -rw-r--r-- | sys/modules/digi/digi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/digi/digi/Makefile b/sys/modules/digi/digi/Makefile index 2c6402423e73..5a6dfc20dd57 100644 --- a/sys/modules/digi/digi/Makefile +++ b/sys/modules/digi/digi/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../../dev/digi KMOD= digi SRCS= digi.c digi_pci.c digi_isa.c -SRCS+= digi.h digi_pci.h digireg.h digiio.h digi_mod.h +SRCS+= digi.h digi_pci.h digireg.h digi_mod.h SRCS+= bus_if.h pci_if.h device_if.h .include <bsd.kmod.mk> |
