diff options
author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
---|---|---|
committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2017-01-28 02:22:15 +0000 |
commit | 2b375b4edd1b98884c3031d6ccd61acb10bd895d (patch) | |
tree | f35e4f57ad890ac86d5cb5d3ef760344a41fc0e6 /usr.sbin/pnpinfo | |
parent | 34bac11eba2841255bf6319ec78728f0f941c6ac (diff) | |
download | src-test2-2b375b4edd1b98884c3031d6ccd61acb10bd895d.tar.gz src-test2-2b375b4edd1b98884c3031d6ccd61acb10bd895d.zip |
Notes
Diffstat (limited to 'usr.sbin/pnpinfo')
-rw-r--r-- | usr.sbin/pnpinfo/Makefile | 4 |
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> |