abinfo "Installing Open-iSNS headers ..."
make -C "$BLDDIR" \
    install_hdrs DESTDIR="$PKGDIR"

abinfo "Installing Open-iSNS libraries ..."
make -C "$BLDDIR" \
    install_lib DESTDIR="$PKGDIR"

abinfo "Setting executable bits for /usr/lib/*.so* ..."
chmod -v +x "$PKGDIR"/usr/lib/*.so*
