From owner-cvs-src@FreeBSD.ORG Fri Dec 5 07:49:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A621116A4CE; Fri, 5 Dec 2003 07:49:03 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04F4F43FF2; Fri, 5 Dec 2003 07:49:03 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB5Fn2XJ028754; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB5Fn2Yw028753; Fri, 5 Dec 2003 07:49:02 -0800 (PST) (envelope-from jhb) Message-Id: <200312051549.hB5Fn2Yw028753@repoman.freebsd.org> From: John Baldwin Date: Fri, 5 Dec 2003 07:49:02 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/acpi Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Dec 2003 15:49:03 -0000 jhb 2003/12/05 07:49:02 PST FreeBSD src repository Modified files: sys/modules/acpi Makefile Log: Remove SMP option support from building the ACPI module as it is no longer needed. Approved by: re (murray) Requested by: njl Revision Changes Path 1.35 +0 -3 src/sys/modules/acpi/Makefile