diff options
| author | Warner Losh <imp@FreeBSD.org> | 2000-06-18 04:44:40 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2000-06-18 04:44:40 +0000 |
| commit | e6e799d2bcfb72538ef34b831560b435bb5658a8 (patch) | |
| tree | 90b327157d1069a1324e0197d2a9ad8ae7f6a026 /sys/modules/pcic | |
| parent | 22e83dac1e146533f829b8cb5c7739b650adeca2 (diff) | |
Notes
Diffstat (limited to 'sys/modules/pcic')
| -rw-r--r-- | sys/modules/pcic/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile index cd95f263b853..4202d044fcc6 100644 --- a/sys/modules/pcic/Makefile +++ b/sys/modules/pcic/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../kern ${.CURDIR}/../../isa \ - ${.CURDIR}/../../dev/pccard +.PATH: ${.CURDIR}/../../dev/pcic ${.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 +SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \ + power_if.h card_if.h power_if.c card_if.c NOMAN= .include <bsd.kmod.mk> |
