#!/bin/sh hvbuild() { case "${HVL_TARGET}" in "x86_64") UNZIP_TARGET=linux_noasm ;; *) UNZIP_TARGET=linux esac make -f unix/Makefile LOCAL_UNZIP=-D_FILE_OFFSET_BITS=64 ${UNZIP_TARGET} make prefix=/usr install }