svn commit: r255601 - head/lib

Dag-Erling Smørgrav des at FreeBSD.org
Sun Sep 15 15:55:22 UTC 2013


Author: des
Date: Sun Sep 15 15:55:21 2013
New Revision: 255601
URL: http://svnweb.freebsd.org/changeset/base/255601

Log:
  Move libldns to the correct (ordered) library list.
  
  Approved by:	re (blanket)

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Sun Sep 15 15:52:07 2013	(r255600)
+++ head/lib/Makefile	Sun Sep 15 15:55:21 2013	(r255601)
@@ -39,6 +39,7 @@ SUBDIR_ORDERED=	${_csu} \
 	libelf \
 	${_libiconv_modules} \
 	libkvm \
+	${_libldns} \
 	msun \
 	libmd \
 	ncurses \
@@ -85,7 +86,6 @@ SUBDIR=	${SUBDIR_ORDERED} \
 	${_libipx} \
 	libjail \
 	libkiconv \
-	${_libldns} \
 	liblzma \
 	libmagic \
 	libmandoc \


More information about the svn-src-head mailing list