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