diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-03-25 03:16:19 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-03-25 03:16:19 +0000 |
| commit | 2d268ca4c3420ad96213c2d773b2aff71b46dfb6 (patch) | |
| tree | 840e35ddb6d29c1aecfe1487fb2e10e0144419cb /sys/modules | |
| parent | b9118590b8461507cd16956d799a10221a0edc68 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/pcic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index 5514ef9148b8..cd95f263b853 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/pcic +.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \ + ${.CURDIR}/../../dev/pccard KMOD= pcic SRCS= i82365.c i82365_isa.c \ device_if.h bus_if.h isa_if.h power_if.h card_if.h |
