freebsd-dev/sys/modules/netgraph/tag/Makefile
Gleb Smirnoff d473c9d543 A netgraph node that can do different manipulations with
mbuf_tags(9) on packets.

Submitted by:		Vadim Goncharov <vadimnuclight tpu.ru>
mdoc(7) reviewed by:	ru
2006-06-27 12:45:28 +00:00

7 lines
66 B
Makefile

# $FreeBSD$
KMOD= ng_tag
SRCS= ng_tag.c
.include <bsd.kmod.mk>