URI:
       tdarwin - 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 69555c0e28ad207b5f7e9ca63232cab474580c65
   DIR parent 93eb0e23c0a56d10c232998f305892689188c61a
  HTML Author: rsc <devnull@localhost>
       Date:   Thu, 10 Nov 2005 05:45:44 +0000
       
       darwin
       
       Diffstat:
         M src/cmd/auxstats/mkfile             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile
       t@@ -12,6 +12,6 @@ HFILES=\
        
        <$PLAN9/src/mkone
        
       -KVM=`{if uname |egrep 'BSD|Darwin' >/dev/null; then echo -lkvm; fi}
       +KVM=`{if uname |egrep 'BSD' >/dev/null; then echo -lkvm; fi}
        LDFLAGS=$LDFLAGS $KVM