From owner-cvs-src@FreeBSD.ORG Mon Sep 1 22:37:14 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 0851216A4BF; Mon, 1 Sep 2003 22:37:14 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8713E43FE3; Mon, 1 Sep 2003 22:37:13 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h825bD0U032648; Mon, 1 Sep 2003 22:37:13 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h825bClH032647; Mon, 1 Sep 2003 22:37:12 -0700 (PDT) Message-Id: <200309020537.h825bClH032647@repoman.freebsd.org> From: Scott Long Date: Mon, 1 Sep 2003 22:37:12 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/modules 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: Tue, 02 Sep 2003 05:37:14 -0000 scottl 2003/09/01 22:37:12 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/modules Makefile Log: Move the pst module to the i386-only section. It has no prayer of being 64-bit clean at the moment. Revision Changes Path 1.110.2.77 +1 -1 src/sys/modules/Makefile