1# $FreeBSD$
2
3.PATH: ${SRCTOP}/sys/netinet
4
5KMOD=	accf_data
6SRCS=	accf_data.c
7
8.include <bsd.kmod.mk>
9