slstatus/configure

11 lines
134 B
Plaintext
Raw Normal View History

2018-04-30 13:14:31 +00:00
#!/bin/sh
os="$(uname)"
printf 'OS = %s\n' "$os" > os.mk
if [ "$os" = "OpenBSD" ]
then
printf 'OSLIBS = -lossaudio\n' >> os.mk
fi