Changeset View
Changeset View
Standalone View
Standalone View
lib/Makefile
| Show First 20 Lines • Show All 199 Lines • ▼ Show 20 Lines | |||||
| SUBDIR.${MK_OPENMP}+= libomp | SUBDIR.${MK_OPENMP}+= libomp | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_OPENSSL}+= libmp | SUBDIR.${MK_OPENSSL}+= libmp | ||||
| SUBDIR.${MK_PMC}+= libpmc libpmcstat | SUBDIR.${MK_PMC}+= libpmc libpmcstat | ||||
| SUBDIR.${MK_RADIUS_SUPPORT}+= libradius | SUBDIR.${MK_RADIUS_SUPPORT}+= libradius | ||||
| SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil | SUBDIR.${MK_SENDMAIL}+= libmilter libsm libsmdb libsmutil | ||||
| SUBDIR.${MK_TELNET}+= libtelnet | SUBDIR.${MK_TELNET}+= libtelnet | ||||
| SUBDIR.${MK_TESTS_SUPPORT}+= atf | SUBDIR.${MK_TESTS_SUPPORT}+= atf | ||||
| SUBDIR.${MK_TESTS_SUPPORT}.${MK_CXX}+= kyua | |||||
| SUBDIR.${MK_TESTS_SUPPORT}.${MK_CXX}+= liblutok | |||||
| SUBDIR.${MK_TESTS}+= tests | SUBDIR.${MK_TESTS}+= tests | ||||
| SUBDIR.${MK_UNBOUND}+= libunbound | SUBDIR.${MK_UNBOUND}+= libunbound | ||||
| SUBDIR.${MK_USB}+= libusbhid libusb | SUBDIR.${MK_USB}+= libusbhid libusb | ||||
| SUBDIR.${MK_OFED}+= ofed | SUBDIR.${MK_OFED}+= ofed | ||||
| SUBDIR.${MK_VERIEXEC}+= libveriexec | SUBDIR.${MK_VERIEXEC}+= libveriexec | ||||
| SUBDIR.${MK_ZFS}+= libbe | SUBDIR.${MK_ZFS}+= libbe | ||||
| .if !make(install) | .if !make(install) | ||||
| SUBDIR_PARALLEL= | SUBDIR_PARALLEL= | ||||
| .endif | .endif | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||