aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-08 19:13:57 +0000
committerrsc <devnull@localhost>2005-02-08 19:13:57 +0000
commit8a26417b7abb3158012feb054f944ea32cc46272 (patch)
tree58b9994c87dd912716d1ffd976ecaa7074af330f /bin
parentf567d0bfef9318d4c649b0ee026561de30d07532 (diff)
downloadplan9port-8a26417b7abb3158012feb054f944ea32cc46272.tar.gz
plan9port-8a26417b7abb3158012feb054f944ea32cc46272.tar.bz2
plan9port-8a26417b7abb3158012feb054f944ea32cc46272.zip
add freebsd 5.2
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9l3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9l b/bin/9l
index eadf4d89..7e8c90dc 100755
--- a/bin/9l
+++ b/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"
;;