From 7d03ad1458ef99a90237ab0926026b117edd0d91 Mon Sep 17 00:00:00 2001 From: nyan Date: Tue, 10 May 2005 12:02:18 +0000 Subject: Change a directory layout for pc98. - Move MD files into /. - Move bus dependent files into /. Rename some files to more suitable names. Repo-copied by: peter Discussed with: imp --- sys/modules/fdc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/modules/fdc') diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index de92183..b632dcd 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 -- cgit v1.1