This commit is contained in:
rsc 2005-11-10 05:45:44 +00:00
parent 93eb0e23c0
commit 69555c0e28

View file

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