Xinqi Bao's Git
projects
/
slstatus.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
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