summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-03-28 13:42:27 +0000
committernyan <nyan@FreeBSD.org>2004-03-28 13:42:27 +0000
commit1425c998a18db105fcdc560157ebc5bb857ab2e6 (patch)
treeed7ca9a72770f7fdeb5636d63f9a178d583f8737 /usr.sbin/fdcontrol
parent8a75d031d7241e00e6848d5ba33e1c16abcc54b4 (diff)
downloadFreeBSD-src-1425c998a18db105fcdc560157ebc5bb857ab2e6.zip
FreeBSD-src-1425c998a18db105fcdc560157ebc5bb857ab2e6.tar.gz
Add PC98 supports.
Submitted by: Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (mostly)
Diffstat (limited to 'usr.sbin/fdcontrol')
-rw-r--r--usr.sbin/fdcontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile
index a203ef9..807e4a5 100644
--- a/usr.sbin/fdcontrol/Makefile
+++ b/usr.sbin/fdcontrol/Makefile
@@ -8,4 +8,8 @@ CFLAGS+= -I${.CURDIR}/../fdread
WARNS?= 2
MAN= fdcontrol.8
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud