diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-12-19 05:49:56 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-12-19 05:49:56 +0000 |
| commit | 60e8df497085b56a63d1341a902402c41475e6cc (patch) | |
| tree | c51cd6ce37129aa2bc86ec0e736cc4528af18c1b | |
| parent | f927f0e6538436806d5a8b7e32a9a96105aa8961 (diff) | |
Notes
| -rw-r--r-- | sys/modules/pcic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index b5b6b59da43d..5514ef9148b8 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../dev/pcic KMOD= pcic -SRCS= i82365.c i82365_isa.c i82365_isasubr.c \ +SRCS= i82365.c i82365_isa.c \ device_if.h bus_if.h isa_if.h power_if.h card_if.h NOMAN= |
