summaryrefslogtreecommitdiffstats
path: root/sys/modules/cam
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-02-10 12:52:56 +0000
committernyan <nyan@FreeBSD.org>2001-02-10 12:52:56 +0000
commit12016a7db021f1bdb686e38c126c44fca9304d6e (patch)
tree534a80c7274d9e5305e81f372cd4ef144c0a0d73 /sys/modules/cam
parent07f08bc93424b527a710219e1126dfc7c5de3a47 (diff)
downloadFreeBSD-src-12016a7db021f1bdb686e38c126c44fca9304d6e.zip
FreeBSD-src-12016a7db021f1bdb686e38c126c44fca9304d6e.tar.gz
Add pc98 support.
Diffstat (limited to 'sys/modules/cam')
-rw-r--r--sys/modules/cam/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index ff90f81..055ec2a 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -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
OpenPOWER on IntegriCloud