xref: /freebsd/sys/modules/netgraph/split/Makefile (revision 031beb4e)
1#
2
3KMOD=	ng_split
4SRCS= 	ng_split.c
5
6.include <bsd.kmod.mk>
7