From: Sascha Wildner Date: Mon, 24 Sep 2012 12:44:16 +0000 (+0000) Subject: pnpinfo(8): Don't build/install for x86_64. X-Git-Tag: v3.2.0~80 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/be9a7c1c859ab3f16da19820fd434c5fe24a4a91 pnpinfo(8): Don't build/install for x86_64. It crashes and isn't really useful. FreeBSD did so, too. --- diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 50a3c1b9a7..44014afbea 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -2061,6 +2061,9 @@ TO_REMOVE+=/usr/share/man/man4/i386/stli.4.gz TO_REMOVE+=/usr/sbin/kgzip TO_REMOVE+=/usr/share/man/cat8/kgzip.8.gz TO_REMOVE+=/usr/share/man/man8/kgzip.8.gz +TO_REMOVE+=/usr/sbin/pnpinfo +TO_REMOVE+=/usr/share/man/cat8/pnpinfo.8.gz +TO_REMOVE+=/usr/share/man/man8/pnpinfo.8.gz .endif # XXX Remove when pfsync(4) has been fixed diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6869782315..f746f6c660 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -77,7 +77,6 @@ SUBDIR= 802_11 \ periodic \ pfctl \ pflogd \ - pnpinfo \ powerd \ ppp \ pppctl \ @@ -174,6 +173,7 @@ SUBDIR+=apm \ .if ${MACHINE_ARCH} == "i386" SUBDIR+=kgzip \ + pnpinfo \ stallion .endif