mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 20:13:02 -04:00
general: - find libsamplerate's headers in the temporary sysroot instead of digging in the source tree. - use LIBADD where possible lib/virtual_oss: - centralize SHLIBDIR define - centralize include path for internal headers - don't try to find libsamplerate directly in .OBJDIR No functional changes. Reviewed by: christos Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D54704 (cherry picked from commit 373c72ad5044d5f84b7f3fa169d37e7214729f74)
8 lines
90 B
Makefile
8 lines
90 B
Makefile
.include <src.opts.mk>
|
|
|
|
SUBDIR+= null \
|
|
oss
|
|
|
|
SUBDIR_PARALLEL=
|
|
|
|
.include <bsd.subdir.mk>
|