add freebsd 5.2
This commit is contained in:
parent
f567d0bfef
commit
8a26417b7a
1 changed files with 3 additions and 0 deletions
3
bin/9l
3
bin/9l
|
|
@ -169,6 +169,9 @@ case "$tag" in
|
||||||
userpath=true
|
userpath=true
|
||||||
extralibs="$extralibs -lutil"
|
extralibs="$extralibs -lutil"
|
||||||
case "`uname -r`" in
|
case "`uname -r`" in
|
||||||
|
5.2.*)
|
||||||
|
extralibs="$extralibs -lkse"
|
||||||
|
;;
|
||||||
[5-9].*)
|
[5-9].*)
|
||||||
extralibs="$extralibs -lpthread"
|
extralibs="$extralibs -lpthread"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue