From 00b37a56da2158a40cf312d879ff30b8f4ccc1c4 Mon Sep 17 00:00:00 2001 From: nyan Date: Sun, 16 Sep 2001 12:40:20 +0000 Subject: Added pc98 support. --- sys/modules/fdc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/modules') diff --git a/sys/modules/fdc/Makefile b/sys/modules/fdc/Makefile index bbd7ae0..e95a44b 100644 --- a/sys/modules/fdc/Makefile +++ b/sys/modules/fdc/Makefile @@ -1,6 +1,11 @@ # $FreeBSD$ +.if ${MACHINE} == "pc98" +.PATH: ${.CURDIR}/../../pc98/pc98 +CFLAGS+= -DPC98 +.else .PATH: ${.CURDIR}/../../isa +.endif KMOD= fdc SRCS= fd.c \ -- cgit v1.1