Remove pcspkrd

This commit is contained in:
bjorn3 2025-03-13 19:19:01 +01:00
parent 8ed22afa5b
commit 811f0e2bb5

View File

@ -27,7 +27,7 @@ BINS=(
# depending on the target architecture
case "${TARGET}" in
i686-unknown-redox | x86_64-unknown-redox)
BINS+=(ac97d bgad pcspkrd sb16d vboxd)
BINS+=(ac97d bgad sb16d vboxd)
;;
*)
;;