From 1f2846e82377feb1fd4f081bdf8d4a0a242d07f8 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 10 Mar 2012 09:53:08 +0100 Subject: [PATCH] kgzip(8) is i386 only, so stop building/installing on x86_64. --- Makefile_upgrade.inc | 3 +++ usr.sbin/Makefile | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile_upgrade.inc b/Makefile_upgrade.inc index 0b3bbd77ca..19a1167101 100644 --- a/Makefile_upgrade.inc +++ b/Makefile_upgrade.inc @@ -1998,6 +1998,9 @@ TO_REMOVE+=/usr/share/man/cat4/i386/stl.4.gz TO_REMOVE+=/usr/share/man/man4/i386/stl.4.gz TO_REMOVE+=/usr/share/man/cat4/i386/stli.4.gz 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 .endif # XXX Remove when pfsync(4) has been fixed diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index f947b1612c..6869782315 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -165,7 +165,6 @@ SUBDIR+=apm \ battd \ btxld \ kgmon \ - kgzip \ lptcontrol \ mptable \ rndcontrol \ @@ -174,7 +173,8 @@ SUBDIR+=apm \ .endif .if ${MACHINE_ARCH} == "i386" -SUBDIR+=stallion +SUBDIR+=kgzip \ + stallion .endif .ifdef BOOT0CFG_SUPPORT -- 2.41.0