svn commit: r283543 - head/gnu/lib

Baptiste Daroussin bapt at FreeBSD.org
Mon May 25 20:29:37 UTC 2015


Author: bapt
Date: Mon May 25 20:29:35 2015
New Revision: 283543
URL: https://svnweb.freebsd.org/changeset/base/283543

Log:
  ntp is now again libreadline free, so only build libreadline for gdb

Modified:
  head/gnu/lib/Makefile

Modified: head/gnu/lib/Makefile
==============================================================================
--- head/gnu/lib/Makefile	Mon May 25 20:27:46 2015	(r283542)
+++ head/gnu/lib/Makefile	Mon May 25 20:29:35 2015	(r283543)
@@ -16,7 +16,7 @@ SUBDIR+= libssp
 SUBDIR+= tests
 .endif
 
-.if ${MK_GDB} != "no" || ${MK_NTP} != "no"
+.if ${MK_GDB} != "no"
 SUBDIR+=	libreadline
 .endif
 


More information about the svn-src-head mailing list