plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 69555c0e28ad207b5f7e9ca63232cab474580c65
parent 93eb0e23c0a56d10c232998f305892689188c61a
Author: rsc <devnull@localhost>
Date:   Thu, 10 Nov 2005 05:45:44 +0000

darwin

Diffstat:
Msrc/cmd/auxstats/mkfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile @@ -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