DragonFlyBSD Kernel Audit
DF-2697 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/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