DragonFlyBSD Kernel Audit
DF-0872 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# DF-0872 build: compile the image crafter
set -e
cd "$(dirname "$0")"
cc -O2 -o craft_ntfs craft_ntfs.c
echo "BUILD_EXIT=$?"