Sort by MK_* knob like the comment says
MFC after: 1 week
This commit is contained in:
parent
4639b85868
commit
35e370a2d5
10
lib/Makefile
10
lib/Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user