diff options
author | des <des@FreeBSD.org> | 2013-09-15 15:55:21 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-09-15 15:55:21 +0000 |
commit | 3d9cc85dd79f90d781f4e19adb5fe418e88c5e0d (patch) | |
tree | cd450cf04daf88a294f27ca22a99caafda6814d4 /lib/Makefile | |
parent | a1932f4be81620c1182c0d9b4e0f18bb2dde0b99 (diff) | |
download | FreeBSD-src-3d9cc85dd79f90d781f4e19adb5fe418e88c5e0d.zip FreeBSD-src-3d9cc85dd79f90d781f4e19adb5fe418e88c5e0d.tar.gz |
Move libldns to the correct (ordered) library list.
Approved by: re (blanket)
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 72abecd..5fb8ec4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 \ |