Changeset View
Changeset View
Standalone View
Standalone View
head/lib/Makefile
| Show All 22 Lines | |||||
| SUBDIR= ${SUBDIR_ORDERED} \ | SUBDIR= ${SUBDIR_ORDERED} \ | ||||
| .WAIT \ | .WAIT \ | ||||
| libalias \ | libalias \ | ||||
| libarchive \ | libarchive \ | ||||
| ${_libatm} \ | ${_libatm} \ | ||||
| libauditd \ | libauditd \ | ||||
| libbegemot \ | libbegemot \ | ||||
| ${_libblacklist} \ | |||||
| libblocksruntime \ | libblocksruntime \ | ||||
| ${_libbluetooth} \ | ${_libbluetooth} \ | ||||
| ${_libbsnmp} \ | ${_libbsnmp} \ | ||||
| libbsdstat \ | libbsdstat \ | ||||
| libbsm \ | libbsm \ | ||||
| libbz2 \ | libbz2 \ | ||||
| libcalendar \ | libcalendar \ | ||||
| libcam \ | libcam \ | ||||
| ▲ Show 20 Lines • Show All 115 Lines • ▼ Show 20 Lines | |||||
| SUBDIR_DEPEND_libulog= libmd | SUBDIR_DEPEND_libulog= libmd | ||||
| SUBDIR_DEPEND_libunbound= ${_libldns} | SUBDIR_DEPEND_libunbound= ${_libldns} | ||||
| SUBDIR_DEPEND_liblzma= ${_libthr} | SUBDIR_DEPEND_liblzma= ${_libthr} | ||||
| # NB: keep these sorted by MK_* knobs | # NB: keep these sorted by MK_* knobs | ||||
| .if ${MK_ATM} != "no" | .if ${MK_ATM} != "no" | ||||
| _libngatm= libngatm | _libngatm= libngatm | ||||
| .endif | |||||
| .if ${MK_BLACKLIST_SUPPORT} != "no" | |||||
| _libblacklist= libblacklist | |||||
| .endif | .endif | ||||
| .if ${MK_BLUETOOTH} != "no" | .if ${MK_BLUETOOTH} != "no" | ||||
| _libbluetooth= libbluetooth | _libbluetooth= libbluetooth | ||||
| _libsdp= libsdp | _libsdp= libsdp | ||||
| .endif | .endif | ||||
| .if ${MK_BSNMP} != "no" | .if ${MK_BSNMP} != "no" | ||||
| ▲ Show 20 Lines • Show All 148 Lines • Show Last 20 Lines | |||||