Sort by MK_* knob like the comment says

MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2013-02-04 19:05:53 +00:00
parent 4639b85868
commit 35e370a2d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246328

View File

@ -177,6 +177,11 @@ _libiconv_modules= libiconv_modules
_libipx= libipx
.endif
.if ${MK_LIBCPLUSPLUS} != "no"
_libcxxrt= libcxxrt
_libcplusplus= libc++
.endif
.if ${MK_LIBTHR} != "no"
_libthr= libthr
.endif
@ -221,11 +226,6 @@ _librtld_db= librtld_db
_libmp= libmp
.endif
.if ${MK_LIBCPLUSPLUS} != "no"
_libcxxrt= libcxxrt
_libcplusplus= libc++
.endif
.if ${MK_PMC} != "no"
_libpmc= libpmc
.endif