diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-01-16 09:33:50 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-01-16 09:33:50 +0000 |
| commit | adab1dd6a70e9f2d7ac4500b186e7231afd02e04 (patch) | |
| tree | a1c15c879e82061d728ba17aff9975d074d5f8c4 /usr.sbin | |
| parent | 497a13601fb74c264e28eff7cd3f9ac74f0f212b (diff) | |
virtual_oss: build commands/libs in parallel
Reviewed by: christos
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D54703
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/virtual_oss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/virtual_oss/Makefile b/usr.sbin/virtual_oss/Makefile index 78d882af5da2..a7d6ad80513d 100644 --- a/usr.sbin/virtual_oss/Makefile +++ b/usr.sbin/virtual_oss/Makefile @@ -5,4 +5,6 @@ SUBDIR+= virtual_oss_cmd \ SUBDIR.${MK_BLUETOOTH}+= virtual_bt_speaker +SUBDIR_PARALLEL= + .include <bsd.subdir.mk> |
