Added pc98 support.
This commit is contained in:
parent
aadcbac104
commit
9849949cae
@ -1,6 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/pc98
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../isa
|
||||
.endif
|
||||
|
||||
KMOD= fdc
|
||||
SRCS= fd.c \
|
||||
|
Loading…
Reference in New Issue
Block a user