diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-02 01:16:11 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-10-03 16:50:05 +0000 |
| commit | 085b0eb3ebf13e65facbf77fd3b1f90f19a570b9 (patch) | |
| tree | 660b9e9454bb5e728eea9b691b6efbc3fdc7f649 /libexec | |
| parent | 6e93fa6a6cca88e1d5beb58766991d7f2b223827 (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index a116ba751fde..7ac2f382b989 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -213,7 +213,9 @@ CCDPACKAGE= ccdconfig .endif .if ${MK_CUSE} != "no" -CONFS+= virtual_oss +CONFGROUPS+= VOSS +VOSS= virtual_oss +VOSSPACKAGE= sound .endif .if ${MK_KERBEROS_SUPPORT} != "no" |
