freebsd-dev/sys/modules/netgraph/source/Makefile
Julian Elischer 585ff168dc Add the netgraph 'source' module.
This is NOT YET CONVERTED TO -current.
This node is a source for preprogrammed packets at a known rate for testing.

I will convert it to -current "in place" but will MFC teh original
pre-conversion variant as that is  what is originally submitted.
Man page my me, info from Dave's README.

Submitted by:	Dave Chapeskie <dchapeskie@SANDVINE.com>
Obtained from:	Sandvine inc.
MFC after:	1 week
2002-10-31 23:03:09 +00:00

9 lines
105 B
Makefile

# $FreeBSD$
KMOD= ng_source
SRCS= ng_source.c
# 4.x only
#KMODDEPS= netgraph
.include <bsd.kmod.mk>