darwin
This commit is contained in:
parent
93eb0e23c0
commit
69555c0e28
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ HFILES=\
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$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
|
LDFLAGS=$LDFLAGS $KVM
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue