summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdcontrol/Makefile')
-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