commit f2862098caace63dc09a4867e649fc3af6c3d10a parent a4a13093d010bf695461aea83bd349574d09a502 Author: rsc <devnull@localhost> Date: Fri, 23 Apr 2004 05:34:36 +0000 use kvm Diffstat:
M | src/cmd/auxstats/mkfile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/cmd/auxstats/mkfile b/src/cmd/auxstats/mkfile @@ -13,3 +13,6 @@ SHORTLIB=bio 9 <$PLAN9/src/mkone +KVM=`{if uname |grep BSD >/dev/null; then echo -lkvm; fi} +LDFLAGS=$LDFLAGS $KVM +