From owner-cvs-all@FreeBSD.ORG Wed Apr 27 14:13:56 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 BBA2116A4CE; Wed, 27 Apr 2005 14:13:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ECFC43D39; Wed, 27 Apr 2005 14:13:56 +0000 (GMT) (envelope-from scottl@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 j3REDuv2025159; Wed, 27 Apr 2005 14:13:56 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3REDuXt025158; Wed, 27 Apr 2005 14:13:56 GMT (envelope-from scottl) Message-Id: <200504271413.j3REDuXt025158@repoman.freebsd.org> From: Scott Long Date: Wed, 27 Apr 2005 14:13:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/share/mk sys.mk 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: Wed, 27 Apr 2005 14:13:56 -0000 scottl 2005-04-27 14:13:56 UTC FreeBSD src repository Modified files: share/mk sys.mk Log: Disable the IPFILTER bits until they compile again. This can be overriden by adding WANT_IPFILTER to /etc/make.conf. Note that this is only a partial hack and only works when building the world and kernel the 'sanctioned' way. I hope that this hack is only temporary and can be reverted soon. Revision Changes Path 1.84 +5 -0 src/share/mk/sys.mk