# Makefile for DF-1075 harness kernel module
# Build with: make  (uses the in-guest /usr/src kernel build infrastructure)
KMOD=	df1075_harness
SRCS=	df1075_harness.c

.include <bsd.kmod.mk>
