From owner-svn-src-all@FreeBSD.ORG Sat Feb 6 20:09:56 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B65106566B; Sat, 6 Feb 2010 20:09:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EA2C28FC16; Sat, 6 Feb 2010 20:09:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o16K9tKd026382; Sat, 6 Feb 2010 20:09:55 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o16K9t25026380; Sat, 6 Feb 2010 20:09:55 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201002062009.o16K9t25026380@svn.freebsd.org> From: Antoine Brodin Date: Sat, 6 Feb 2010 20:09:55 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203565 - head/tools/build/mk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Feb 2010 20:09:56 -0000 Author: antoine Date: Sat Feb 6 20:09:55 2010 New Revision: 203565 URL: http://svn.freebsd.org/changeset/base/203565 Log: Update files to remove when MK_IPX=no. Modified: head/tools/build/mk/OptionalObsoleteFiles.inc Modified: head/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- head/tools/build/mk/OptionalObsoleteFiles.inc Sat Feb 6 20:08:46 2010 (r203564) +++ head/tools/build/mk/OptionalObsoleteFiles.inc Sat Feb 6 20:09:55 2010 (r203565) @@ -1025,14 +1025,14 @@ OLD_FILES+=usr/share/man/man8/natd.8.gz .endif .if ${MK_IPX} == no -OLD_LIBS+=lib/libipx.so.4 +OLD_LIBS+=lib/libipx.so.5 OLD_FILES+=usr/lib/libipx.a OLD_FILES+=usr/lib/libipx.so OLD_FILES+=usr/lib/libipx_p.a .if ${TARGET_ARCH} == "amd64" OLD_FILES+=usr/lib32/libipx.a OLD_FILES+=usr/lib32/libipx.so -OLD_LIBS+=usr/lib32/libipx.so.4 +OLD_LIBS+=usr/lib32/libipx.so.5 OLD_FILES+=usr/lib32/libipx_p.a .endif OLD_FILES+=usr/sbin/IPXrouted