#!/bin/sh -e

if which bmake | grep -iq pkg; then
    exit 0;
else
    exit 1;
fi

