Date: Sat, 6 Feb 2010 20:09:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r203565 - head/tools/build/mk Message-ID: <201002062009.o16K9t25026380@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002062009.o16K9t25026380>