summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdread/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/fdread/Makefile')
-rw-r--r--usr.sbin/fdread/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/fdread/Makefile b/usr.sbin/fdread/Makefile
index 05e588d..e99c620 100644
--- a/usr.sbin/fdread/Makefile
+++ b/usr.sbin/fdread/Makefile
@@ -3,4 +3,8 @@
PROG= fdread
SRCS= fdread.c fdutil.c
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud