From 1a06a03cb8ff7d8bd8a2d64f83af42d81cf730b3 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sun, 28 Mar 2004 13:42:27 +0000 Subject: Add PC98 supports. Submitted by: Watanabe Kazuhiro (mostly) --- usr.sbin/fdformat/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/fdformat/Makefile') diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 8cc164bf9ebe..40ca9a707bcf 100644 --- a/usr.sbin/fdformat/Makefile +++ b/usr.sbin/fdformat/Makefile @@ -8,4 +8,8 @@ SRCS= fdformat.c fdutil.c WARNS?= 2 CFLAGS+= -I${.CURDIR}/../fdread +.if ${MACHINE} == "pc98" +CFLAGS+= -DPC98 +.endif + .include -- cgit v1.2.3