diff options
| author | Christos Margiolis <christos@FreeBSD.org> | 2025-10-01 08:18:32 +0000 |
|---|---|---|
| committer | Christos Margiolis <christos@FreeBSD.org> | 2025-10-01 08:23:02 +0000 |
| commit | 5cc36854ee63dc695d90a841d9db587bec67ba24 (patch) | |
| tree | 002af64920e281b043bd20b5f6eec8d8e5cc3d2f | |
| parent | 5b63afc09a86318fa8bf09a786a1b084e000cc51 (diff) | |
devd: Remove SND package
This was done by accident, build snd.conf always.
Reported by: ivy
Fixes: 2ffaca551eaf ("snd_hda: Implement automatic redirection between associations")
Sponsored by: The FreeBSD Foundation
MFC after: 1 day
| -rw-r--r-- | sbin/devd/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile index f65eee93dd4b..dad6f4f9c340 100644 --- a/sbin/devd/Makefile +++ b/sbin/devd/Makefile @@ -4,7 +4,7 @@ WARNS?= 6 PACKAGE=devd CONFGROUPS= CONFS DEVD CONFS= devd.conf -DEVD= devmatch.conf +DEVD= devmatch.conf snd.conf DEVDDIR= /etc/devd .if ${MK_ACPI} != "no" DEVD+= asus.conf @@ -51,11 +51,6 @@ NVMEDIR= ${DEVDDIR} NVME+= nvmf.conf NVMEPACKAGE= nvme-tools -CONFGROUPS+= SND -SNDDIR= ${DEVDDIR} -SND+= snd.conf -SNDPACKAGE= snd - .if ${MK_USB} != "no" DEVD+= uath.conf ulpt.conf .endif |
