1 2 3 4 5 6 7
#!/bin/sh # DF-0748 build script — the trigger is a shell script + a 30-line harness kld. # This builds the harness kld (must run on the DragonFly guest as root). set -e cd "$(dirname "$0")/harness" make 2>&1 ls -l df748_wire_log.ko