diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-10 12:02:18 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-05-10 12:02:18 +0000 |
| commit | d1725ef7ffee0ca75c9ae7dfff87b09e33e800f0 (patch) | |
| tree | 0d3cf7498692dd1d1a5e911b14b159833365b122 /sys/modules | |
| parent | 671adc85da865fc66cbd2b8fbc67e25142dd3c51 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/fdc/Makefile | 4 | ||||
| -rw-r--r-- | sys/modules/pmc/Makefile | 2 | ||||
| -rw-r--r-- | sys/modules/sio/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index de92183ad240..b632dcd15896 100644 --- a/sys/modules/fdc/Makefile +++ b/sys/modules/fdc/Makefile @@ -4,8 +4,8 @@ KMOD= fdc WARNS?= 2 .if ${MACHINE} == "pc98" -.PATH: ${.CURDIR}/../../pc98/pc98 -SRCS= fd.c fdc_cbus.c +.PATH: ${.CURDIR}/../../pc98/cbus +SRCS= fdc.c fdc_cbus.c .else .PATH: ${.CURDIR}/../../dev/fdc SRCS= fdc.c fdc_isa.c fdc_pccard.c diff --git a/sys/modules/pmc/Makefile b/sys/modules/pmc/Makefile index 30c1581b049f..60dd3503dfcd 100644 --- a/sys/modules/pmc/Makefile +++ b/sys/modules/pmc/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -.PATH: ${.CURDIR}/../../pc98/pc98 +.PATH: ${.CURDIR}/../../pc98/cbus KMOD= pmc SRCS= pmc.c diff --git a/sys/modules/sio/Makefile b/sys/modules/sio/Makefile index a0c02bb1cc7a..8ec6b4efe2ee 100644 --- a/sys/modules/sio/Makefile +++ b/sys/modules/sio/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ .if ${MACHINE} == "pc98" -.PATH: ${.CURDIR}/../../pc98/pc98 +.PATH: ${.CURDIR}/../../pc98/cbus .endif .PATH: ${.CURDIR}/../../dev/sio |
