# testmod/Makefile

srcroot = ..
include ../make.inc

KMOD = testmod
OBJS = test.o

include ../kmod/make.inc
