aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/ficl/Makefile
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-08 03:11:16 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2003-06-08 03:11:16 +0000
commitc2098cc1ad43fd09fbd61f8b997ec430d44aaf9e (patch)
tree3e7e4b5b852e40d957f890a95f028ef391c83f3e /sys/boot/ficl/Makefile
parentd196a108564ad51cc9d95b62af83f945a7850bf2 (diff)
downloadsrc-c2098cc1ad43fd09fbd61f8b997ec430d44aaf9e.tar.gz
src-c2098cc1ad43fd09fbd61f8b997ec430d44aaf9e.zip
Set arch-pc98 env to true for pc98.
Notes
Notes: svn path=/head/; revision=116000
Diffstat (limited to 'sys/boot/ficl/Makefile')
-rw-r--r--sys/boot/ficl/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index 08561ec89254..6302da645da6 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -13,6 +13,9 @@ CFLAGS+= -mno-fp-regs
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -mpreferred-stack-boundary=2
.endif
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
.if HAVE_PNP
CFLAGS+= -DHAVE_PNP
.endif