Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2010 14:13:33 +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: r204451 - head/tools/build/mk
Message-ID:  <201002281413.o1SEDXWS000700@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 28 14:13:33 2010
New Revision: 204451
URL: http://svn.freebsd.org/changeset/base/204451

Log:
  Update files to remove when MK_NCP=no.

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==============================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:12:05 2010	(r204450)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc	Sun Feb 28 14:13:33 2010	(r204451)
@@ -1599,12 +1599,12 @@ OLD_FILES+=usr/include/netncp/nwerror.h
 #OLD_DIRS+=usr/include/netncp
 OLD_FILES+=usr/lib/libncp.a
 OLD_FILES+=usr/lib/libncp.so
-OLD_LIBS+=usr/lib/libncp.so.3
+OLD_LIBS+=usr/lib/libncp.so.4
 OLD_FILES+=usr/lib/libncp_p.a
 .if ${TARGET_ARCH} == "amd64"
 OLD_FILES+=usr/lib32/libncp.a
 OLD_FILES+=usr/lib32/libncp.so
-OLD_LIBS+=usr/lib32/libncp.so.3
+OLD_LIBS+=usr/lib32/libncp.so.4
 OLD_FILES+=usr/lib32/libncp_p.a
 .endif
 OLD_FILES+=usr/sbin/mount_nwfs



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002281413.o1SEDXWS000700>