Merge branch 'vendor/BINUTILS221'
[dragonfly.git] / tools / tools / netrate / pktgen / Makefile
1 # $DragonFly: src/tools/tools/netrate/pktgen/Makefile,v 1.1 2008/03/26 13:53:14 sephe Exp $
2
3 KMOD=   pktgen
4 SRCS=   pktgen.c
5
6 CFLAGS+= -g
7 CFLAGS+= -DINVARIANTS 
8
9 # For SMP kernel
10 .ifdef SMP
11 CFLAGS+= -DSMP
12 .endif
13
14 .include <bsd.kmod.mk>