#!/bin/sh
# DF-2697 build: compile the two helpers on the guest (as any user).
set -e
cc -O -o /tmp/gdrop /tmp/gdrop.c
cc -O -o /tmp/mqcreate /tmp/mqcreate.c
echo BUILD-OK
