DragonFlyBSD Kernel Audit
DF-0907 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# DF-0907 build — both the kernel trigger and the arithmetic harness.
set -e
cd "$(dirname "$0")"
cc -o trigger trigger.c
cc -o harness harness.c
echo "BUILD_OK"