svn commit: r204451 - head/tools/build/mk

Antoine Brodin antoine at FreeBSD.org
Sun Feb 28 14:13:33 UTC 2010


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


More information about the svn-src-all mailing list