#!/bin/sh
# build.sh - DF-2461: needs the kernel iscsi.h for struct/ioctl layouts
cc -o mtarget mtarget.c
cc -I/usr/src/sys/dev/disk/iscsi/initiator -o df2461 df2461.c
