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