From owner-cvs-all Sat Jun 29 19:23:17 2002 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 626B037B400; Sat, 29 Jun 2002 19:23:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F6FC43E09; Sat, 29 Jun 2002 19:23:13 -0700 (PDT) (envelope-from iedowse@FreeBSD.org) Received: from freefall.freebsd.org (iedowse@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5U2NCJU032457; Sat, 29 Jun 2002 19:23:12 -0700 (PDT) (envelope-from iedowse@freefall.freebsd.org) Received: (from iedowse@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5U2NCAw032456; Sat, 29 Jun 2002 19:23:12 -0700 (PDT) Message-Id: <200206300223.g5U2NCAw032456@freefall.freebsd.org> From: Ian Dowse Date: Sat, 29 Jun 2002 19:23:12 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/ufs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iedowse 2002/06/29 19:23:12 PDT Added files: sys/modules/ufs Makefile Log: Add a makefile for building UFS as a module. Since it is of marginal use it is not built by default, and there are currently bugs that prevent UFS from being unloaded. Nevertheless it can be useful when developing UFS code on network-booted machines. Revision Changes Path 1.1 +14 -0 src/sys/modules/ufs/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message