Add kernel module and a simple configure tool to generate packets at full speed
[dragonfly.git] / tools / tools / netrate / pktgen / Makefile
blobcbebb1176174918f5203c14e67da03184957d75c
1 # $DragonFly: src/tools/tools/netrate/pktgen/Makefile,v 1.1 2008/03/26 13:53:14 sephe Exp $
3 KMOD= pktgen
4 SRCS= pktgen.c
6 CFLAGS+= -g
7 # CFLAGS+= -DINVARIANTS
9 # For SMP kernel
10 # CFLAGS+= -DSMP
12 .include <bsd.kmod.mk>