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