Home
last modified time | relevance | path

Searched refs:_LIBRT_SH (Results 1 – 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
DMakefile54 _LIBRT_SH= [ "$$(uname -s)" = "Linux" ] && echo "-lrt" || echo "" macro
55 _LIBRT!= ${_LIBRT_SH}
56 LIBRT?= ${_LIBRT} $(shell ${_LIBRT_SH})