aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/accf_data/Makefile
blob: 10e7e6fa850daee3688c8d31ea3d25c505c44782 (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/netinet

KMOD=	accf_data
SRCS=	accf_data.c

.include <bsd.kmod.mk>