Remove bgad

This commit is contained in:
bjorn3 2026-04-14 21:45:16 +02:00
parent 94bf2b6ac6
commit b9d006beb4

View File

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