Added pc98 supports.
This commit is contained in:
parent
5e0c0a9246
commit
2992e4e37f
@ -1,6 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MACHINE} == "pc98"
|
||||
.PATH: ${.CURDIR}/../../pc98/pc98
|
||||
CFLAGS+= -DPC98
|
||||
.else
|
||||
.PATH: ${.CURDIR}/../../i386/isa
|
||||
.endif
|
||||
|
||||
KMOD= atspeaker
|
||||
SRCS= spkr.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user