From 5c2106e7d4ea48dbde851e51ae9a14717355a402 Mon Sep 17 00:00:00 2001 From: nyan Date: Thu, 11 May 2000 11:09:50 +0000 Subject: Supported PC-98. --- usr.sbin/pnpinfo/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin') 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 -- cgit v1.1