Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Oct 2011 18:05:51 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r225945 - head/lib
Message-ID:  <201110031805.p93I5pab021981@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Mon Oct  3 18:05:51 2011
New Revision: 225945
URL: http://svn.freebsd.org/changeset/base/225945

Log:
  Remove a redundant check for libncp.
  
  Submitted by:	Alexander Sack (asack at niksun dot com)

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Mon Oct  3 17:40:55 2011	(r225944)
+++ head/lib/Makefile	Mon Oct  3 18:05:51 2011	(r225945)
@@ -192,12 +192,6 @@ _libefi=	libefi
 _libsmb=	libsmb
 .endif
 
-.if ${MACHINE_CPUARCH} == "amd64"
-.if ${MK_NCP} != "no"
-_libncp=	libncp
-.endif
-.endif
-
 .if ${MACHINE_CPUARCH} == "powerpc"
 _libsmb=	libsmb
 .endif



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