diff options
Diffstat (limited to 'sys')
| -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 5514ef9148b8a..cd95f263b8538 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 |
