diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-11 11:09:50 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-05-11 11:09:50 +0000 |
commit | d1c418891e13501140f16d02a3e4c6c3c9c62c88 (patch) | |
tree | 8be2ec17178fbe0e7ad2bf863a4d605bdae88a1f /usr.sbin | |
parent | 78ae26252ee7dc1191d366a12d51eee943ebc6ae (diff) | |
download | src-test2-d1c418891e13501140f16d02a3e4c6c3c9c62c88.tar.gz src-test2-d1c418891e13501140f16d02a3e4c6c3c9c62c88.zip |
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pnpinfo/Makefile | 4 |
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 |