summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile.inc')
-rw-r--r--sys/modules/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile.inc b/sys/modules/Makefile.inc
index b720e3d..9dc38af 100644
--- a/sys/modules/Makefile.inc
+++ b/sys/modules/Makefile.inc
@@ -1,2 +1,6 @@
# $FreeBSD$
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
+
OpenPOWER on IntegriCloud