#!/bin/sh -e

export LDFLAGS="$LDFLAGS -static"

clsed '1s,:,#!/bin/sh,' install-sh
clsed 's/op_test() {/& return 0;/' boot-strap

./boot-strap --prefix=/usr op=build
./boot-strap --prefix=/usr --install-destdir="$1" op=install

clman -d "$1" bmake.1