use kvm on darwin

This commit is contained in:
rsc 2004-04-23 05:35:09 +00:00
parent f2862098ca
commit fee88b7e81

View file

@ -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