mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
Add pc98 support.
This commit is contained in:
parent
c634427cd5
commit
69115ebe90
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72315
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user