From owner-cvs-src@FreeBSD.ORG Fri Jun 9 18:13:32 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 8C8B716A41F; Fri, 9 Jun 2006 18:13:32 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4FE0443D70; Fri, 9 Jun 2006 18:13:32 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k59IBTDs004961; Fri, 9 Jun 2006 18:11:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k59IBTJp004960; Fri, 9 Jun 2006 18:11:29 GMT (envelope-from delphij) Message-Id: <200606091811.k59IBTJp004960@repoman.freebsd.org> From: Xin LI Date: Fri, 9 Jun 2006 18:11:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libutil Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Jun 2006 18:13:32 -0000 delphij 2006-06-09 18:11:29 UTC FreeBSD src repository Modified files: lib/libutil Makefile Log: Don't build IPv6 support if we have choosen not to have it. Revision Changes Path 1.61 +4 -0 src/lib/libutil/Makefile