URI: 
       tuse kvm on darwin - 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 fee88b7e81a329b39ee60375cc49f794df903581
   DIR parent f2862098caace63dc09a4867e649fc3af6c3d10a
  HTML Author: rsc <devnull@localhost>
       Date:   Fri, 23 Apr 2004 05:35:09 +0000
       
       use kvm on 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@@ -13,6 +13,6 @@ SHORTLIB=bio 9
        
        <$PLAN9/src/mkone
        
       -KVM=`{if uname |grep BSD >/dev/null; then echo -lkvm; fi}
       +KVM=`{if uname |egrep 'BSD|Darwin' >/dev/null; then echo -lkvm; fi}
        LDFLAGS=$LDFLAGS $KVM