#!/bin/sh -e

make headers

# This is used to install headers without an
# rsync dependency.
find usr/include -name '*.h' -exec install -Dm644 "{}" "$1/{}" \;