DragonFlyBSD Kernel Audit
DF-3049 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-3049 build (host crafts image; guest builds vn tool)
# host: python3 craft.py df3049.img
cc -O2 -o /root/vntool /root/vntool.c
echo BUILD-OK