aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pnpinfo
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 02:22:15 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2017-01-28 02:22:15 +0000
commit2b375b4edd1b98884c3031d6ccd61acb10bd895d (patch)
treef35e4f57ad890ac86d5cb5d3ef760344a41fc0e6 /usr.sbin/pnpinfo
parent34bac11eba2841255bf6319ec78728f0f941c6ac (diff)
downloadsrc-2b375b4edd1b98884c3031d6ccd61acb10bd895d.tar.gz
src-2b375b4edd1b98884c3031d6ccd61acb10bd895d.zip
Notes
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r--usr.sbin/pnpinfo/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/pnpinfo/Makefile b/usr.sbin/pnpinfo/Makefile
index 164ef37790cf..de84e98788bd 100644
--- a/usr.sbin/pnpinfo/Makefile
+++ b/usr.sbin/pnpinfo/Makefile
@@ -7,10 +7,6 @@ MAN= pnpinfo.8
CFLAGS+= -I${.CURDIR}/../../sys
-.if ${MACHINE} == "pc98"
-CFLAGS+= -DPC98
-.endif
-
WARNS?= 2
.include <bsd.prog.mk>