From 1425c998a18db105fcdc560157ebc5bb857ab2e6 Mon Sep 17 00:00:00 2001 From: nyan 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') diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 8cc164b..40ca9a7 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.1