xref: /freebsd-13.1/sys/modules/netgraph/hub/Makefile (revision b462702f)
1# $FreeBSD$
2
3KMOD=	ng_hub
4SRCS=	ng_hub.c
5
6.include <bsd.kmod.mk>
7