summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r--usr.sbin/pnpinfo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index 6cc8c97..ca49b4b 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -6,6 +6,10 @@ SRCS= pnpinfo.c
CFLAGS+=-I${.CURDIR}/../../sys
MAN8= pnpinfo.8
+.if ${MACHINE} == "pc98"
+CFLAGS+= -DPC98
+.endif
+
.if ${MACHINE_ARCH} == "alpha"
LDADD+= -lio
.endif
OpenPOWER on IntegriCloud