URI:
       tadd freebsd 5.2 - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 8a26417b7abb3158012feb054f944ea32cc46272
   DIR parent f567d0bfef9318d4c649b0ee026561de30d07532
  HTML 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(-)
       ---
   DIR diff --git a/bin/9l b/bin/9l
       t@@ -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"
                        ;;