Added pc98 support.

This commit is contained in:
Yoshihiro Takahashi 2001-09-16 12:40:20 +00:00
parent aadcbac104
commit 9849949cae

View File

@ -1,6 +1,11 @@
# $FreeBSD$
.if ${MACHINE} == "pc98"
.PATH: ${.CURDIR}/../../pc98/pc98
CFLAGS+= -DPC98
.else
.PATH: ${.CURDIR}/../../isa
.endif
KMOD= fdc
SRCS= fd.c \