summaryrefslogtreecommitdiff
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2000-05-11 11:09:50 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2000-05-11 11:09:50 +0000
commitd1c418891e13501140f16d02a3e4c6c3c9c62c88 (patch)
tree8be2ec17178fbe0e7ad2bf863a4d605bdae88a1f /usr.sbin/pnpinfo
parent78ae26252ee7dc1191d366a12d51eee943ebc6ae (diff)
downloadsrc-test2-d1c418891e13501140f16d02a3e4c6c3c9c62c88.tar.gz
src-test2-d1c418891e13501140f16d02a3e4c6c3c9c62c88.zip
Notes
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 6cc8c97ff3ea..ca49b4bbc5a0 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