commit 8a26417b7abb3158012feb054f944ea32cc46272 parent f567d0bfef9318d4c649b0ee026561de30d07532 Author: rsc <devnull@localhost> Date: Tue, 8 Feb 2005 19:13:57 +0000 add freebsd 5.2 Diffstat:
M | bin/9l | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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" ;;