all repos — slstatus @ 2ea3d46f1341716daa1370f0f19d1fc571c3e63a

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