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