From owner-cvs-src-old@FreeBSD.ORG Thu Dec 17 17:44:47 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD3CC1065709 for ; Thu, 17 Dec 2009 17:44:47 +0000 (UTC) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 824048FC16 for ; Thu, 17 Dec 2009 17:44:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBHHil4s024514 for ; Thu, 17 Dec 2009 17:44:47 GMT (envelope-from luigi@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBHHilw7024513 for cvs-src-old@freebsd.org; Thu, 17 Dec 2009 17:44:47 GMT (envelope-from luigi@repoman.freebsd.org) Message-Id: <200912171744.nBHHilw7024513@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to luigi@repoman.freebsd.org using -f From: Luigi Rizzo Date: Thu, 17 Dec 2009 17:44:34 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/modules/ipfw Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 17:44:47 -0000 luigi 2009-12-17 17:44:34 UTC FreeBSD src repository Modified files: sys/modules/ipfw Makefile Log: SVN rev 200636 on 2009-12-17 17:44:34Z by luigi Now that ipfw is split into multiple files, we need to list them all in the Makefile for the module, otherwise it won't load due to missing symbols. The problem only affected head with ipfw built as a module. Reported by David Horn Revision Changes Path 1.31 +2 -0 src/sys/modules/ipfw/Makefile