all repos — slstatus @ d42870d6ca7fb587b38f8cf6d6821ae33a53a696

my build of slstatus (tools.suckless.org/slstatus/)

configure

1 2 3 4 5 6 7 8 9 10
#!/bin/sh

os="$(uname)"

printf 'OS = %s\n' "$os" > os.mk

if [ "$os" = "OpenBSD" ]
then
	printf 'OSLIBS = -lossaudio\n' >> os.mk
fi