summaryrefslogtreecommitdiffstats
path: root/utils/virtualbox/BUILD
blob: 949b3cb08eb27093c1d92678f70190fe0d0184b1 (plain) (blame)
1
2
3
4
5
6
7
if [ $VBOXHARD == "n" ]; then
  OPTS="--disable-hardening $OPTS"
fi &&

./configure $OPTS  &&
source ./env.sh  &&
kmk all