DragonFlyBSD Kernel Audit
DF-2632 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-2632 build (on the DragonFly guest)
cc -O2 -o gen_names gen_names.c
cc -O2 -o fill2632 fill2632.c
cc -O2 -o denseprobe denseprobe.c
cc -O2 -o naturalprobe naturalprobe.c