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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to