From owner-cvs-all@FreeBSD.ORG Fri Apr 1 00:30:43 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1685E16A4CE; Fri, 1 Apr 2005 00:30:43 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D4343D1F; Fri, 1 Apr 2005 00:30:42 +0000 (GMT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j310UgK3076499; Fri, 1 Apr 2005 00:30:42 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j310UgrL076498; Fri, 1 Apr 2005 00:30:42 GMT (envelope-from imp) Message-Id: <200504010030.j310UgrL076498@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Apr 2005 00:30:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2005 00:30:43 -0000 imp 2005-04-01 00:30:42 UTC FreeBSD src repository Modified files: usr.sbin Makefile Log: There's no acpi in pc98 machines, nor do we build it into the kernel. Therefore, don't build the acpi userland binaries either. OK'd by: nate Revision Changes Path 1.324 +1 -1 src/usr.sbin/Makefile