DragonFlyBSD Kernel Audit
DF-1120 / build.sh
← back to finding ↓ download raw
1
2
3
4
#!/bin/sh
cd "$(dirname "$0")" || exit 1
cc -O2 -o harness harness.c "$@"
echo "BUILD_EXIT=$?"