Xinqi Bao's Git

Makefile: add distclean target
[slstatus.git] / configure
1 #!/bin/sh
2
3 os="$(uname)"
4
5 printf 'OS = %s\n' "$os" > os.mk
6
7 if [ "$os" = "OpenBSD" ]
8 then
9 printf 'OSLIBS = -lossaudio\n' >> os.mk
10 fi