Changeset View
Changeset View
Standalone View
Standalone View
lib/Makefile
| Show First 20 Lines • Show All 85 Lines • ▼ Show 20 Lines | SUBDIR= ${SUBDIR_BOOTSTRAP} \ | ||||
| libpjdlog \ | libpjdlog \ | ||||
| libproc \ | libproc \ | ||||
| libprocstat \ | libprocstat \ | ||||
| libregex \ | libregex \ | ||||
| librpcsvc \ | librpcsvc \ | ||||
| librss \ | librss \ | ||||
| librt \ | librt \ | ||||
| librtld_db \ | librtld_db \ | ||||
| libsamplerate \ | |||||
| libsbuf \ | libsbuf \ | ||||
| libsmb \ | libsmb \ | ||||
| libstdbuf \ | libstdbuf \ | ||||
| libstdthreads \ | libstdthreads \ | ||||
| libsysdecode \ | libsysdecode \ | ||||
| libtacplus \ | libtacplus \ | ||||
| libthr \ | libthr \ | ||||
| libthread_db \ | libthread_db \ | ||||
| ▲ Show 20 Lines • Show All 128 Lines • ▼ Show 20 Lines | |||||
| SUBDIR.${MK_OPENSSH}+= libcbor libfido2 | SUBDIR.${MK_OPENSSH}+= libcbor libfido2 | ||||
| .endif | .endif | ||||
| SUBDIR.${MK_OPENSSL}+= libmp | SUBDIR.${MK_OPENSSL}+= libmp | ||||
| SUBDIR.${MK_PF}+= libpfctl | SUBDIR.${MK_PF}+= libpfctl | ||||
| 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_SOUND}+= libmixer | SUBDIR.${MK_SOUND}+= libmixer libsamplerate | ||||
| SUBDIR.${MK_CUSE}.${MK_SOUND}+= virtual_oss | SUBDIR.${MK_CUSE}.${MK_SOUND}+= virtual_oss | ||||
emaste: could it go here instead? it's only used by virtual_oss I think? | |||||
ivyAuthorUnsubmitted Done Inline Actionsthat would also be fine, if christos has no objection. ivy: that would also be fine, if christos has no objection. | |||||
| SUBDIR.${MK_TESTS_SUPPORT}+= atf | SUBDIR.${MK_TESTS_SUPPORT}+= atf | ||||
| SUBDIR.${MK_TESTS_SUPPORT}+= liblutok | SUBDIR.${MK_TESTS_SUPPORT}+= 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> | ||||
could it go here instead? it's only used by virtual_oss I think?