Add pc98 support.

This commit is contained in:
Yoshihiro Takahashi 2001-02-10 12:52:56 +00:00
parent c634427cd5
commit 69115ebe90
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72315

View File

@ -7,6 +7,10 @@ S= ${.CURDIR}/../..
KMOD= cam
.if ${MACHINE} == "pc98"
CFLAGS+= -DPC98
.endif
# See sys/conf/options for the flags that go into the different opt_*.h files.
SRCS= opt_cam.h
SRCS+= opt_scsi.h