diff options
author | imp <imp@FreeBSD.org> | 2000-08-30 07:32:22 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-08-30 07:32:22 +0000 |
commit | 4f58969f65082230d9032b09e224be12902dc3a3 (patch) | |
tree | b36f74fd33e32cd3c15385719457f885e9d66be6 /sys/modules/pccard | |
parent | 9768b1883fd443a25a2174c3b9a9aedb66506fee (diff) | |
download | FreeBSD-src-4f58969f65082230d9032b09e224be12902dc3a3.zip FreeBSD-src-4f58969f65082230d9032b09e224be12902dc3a3.tar.gz |
Resplit pcic back into two pcic and pccard.
Diffstat (limited to 'sys/modules/pccard')
-rw-r--r-- | sys/modules/pccard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile index c1511fd..49d4b48 100644 --- a/sys/modules/pccard/Makefile +++ b/sys/modules/pccard/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/pccard KMOD= pccard SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \ - device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c + device_if.h bus_if.h card_if.h power_if.h NOMAN= .include <bsd.kmod.mk> |