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/fdc/Makefile | |
| parent | 671adc85da865fc66cbd2b8fbc67e25142dd3c51 (diff) | |
Notes
Diffstat (limited to 'sys/modules/fdc/Makefile')
| -rw-r--r-- | sys/modules/fdc/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |
