DragonFlyBSD Kernel Audit
DF-2949 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2949 — exact build (on the DragonFly guest)
cc -O2 -o /tmp/ctty_race_hammer /tmp/ctty_race_hammer.c
cc -O2 -o /tmp/ctty_race_sweep  /tmp/ctty_race_sweep.c
cc -O2 -o /tmp/diag_timing     /tmp/diag_timing.c