summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-03-28 13:42:27 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-03-28 13:42:27 +0000
commit1a06a03cb8ff7d8bd8a2d64f83af42d81cf730b3 (patch)
treeed7ca9a72770f7fdeb5636d63f9a178d583f8737 /usr.sbin/fdformat/Makefile
parent279b998b3819d125ca1ab8aee2c848803b631887 (diff)
downloadsrc-test2-1a06a03cb8ff7d8bd8a2d64f83af42d81cf730b3.tar.gz
src-test2-1a06a03cb8ff7d8bd8a2d64f83af42d81cf730b3.zip
Notes
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.prog.mk>