diff options
author | rsc <devnull@localhost> | 2005-02-08 19:13:57 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-08 19:13:57 +0000 |
commit | 8a26417b7abb3158012feb054f944ea32cc46272 (patch) | |
tree | 58b9994c87dd912716d1ffd976ecaa7074af330f | |
parent | f567d0bfef9318d4c649b0ee026561de30d07532 (diff) | |
download | plan9port-8a26417b7abb3158012feb054f944ea32cc46272.tar.gz plan9port-8a26417b7abb3158012feb054f944ea32cc46272.tar.bz2 plan9port-8a26417b7abb3158012feb054f944ea32cc46272.zip |
add freebsd 5.2
-rwxr-xr-x | bin/9l | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ;; |