#!/bin/sh
# DF-2750 PoC build (run on the guest as root)
set -ex
cd /usr/src/sys/modules/lkmc
make obj
make
ls -l lkmc.ko
