DragonFlyBSD Kernel Audit
DF-2753 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2753 evidence pack build (on the DragonFly guest)
set -e
cc -O2 -Wall -pthread -o sidl_race sidl_race.c
echo BUILD-OK