xref: /freebsd-14.2/sys/modules/netgraph/tag/Makefile (revision 031beb4e)
1
2KMOD=	ng_tag
3SRCS= 	ng_tag.c
4
5.include <bsd.kmod.mk>
6