#!/bin/sh -e # shellcheck disable=SC2016 sed '/chown ${BINOWN}:${BINGRP}/d' bsd.prog.mk > _ cat _ > bsd.prog.mk; rm -f _ ./configure \ --enable-static \ --with-timestamp \ --without-pam make make DESTDIR="$1" install install -Dm640 doas.conf "$1/etc/doas.conf"