1
2KMOD	= kttcp
3SRCS	= kttcp.c
4SRCS   += device_if.h
5MFILES	= kern/device_if.m
6
7.include <bsd.kmod.mk>
8