mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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
|
||||
extralibs="$extralibs -lutil"
|
||||
case "`uname -r`" in
|
||||
5.2.*)
|
||||
extralibs="$extralibs -lkse"
|
||||
;;
|
||||
[5-9].*)
|
||||
extralibs="$extralibs -lpthread"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue