From 69115ebe9066b20555cb5bfaa98eb02cac3ecab3 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sat, 10 Feb 2001 12:52:56 +0000 Subject: [PATCH] Add pc98 support. --- sys/modules/cam/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile index ff90f813824..055ec2a3431 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