diff options
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/auxstats/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile index 198e3214..e1771b80 100644 --- 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 |