1 2 3 4 5
#!/bin/sh # DF-0772 build: compile the image-corruption tool set -e cc -o /tmp/corrupt_h2 /tmp/corrupt_h2.c /usr/src/sys/libkern/icrc32.c echo "BUILD_OK: /tmp/corrupt_h2"