projects
/
dragonfly.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
jme: Update manpage
[dragonfly.git]
/
tools
/
tools
/
netrate
/
pktgen
/
Makefile
Commit
Line
Data
4fa8e46e
SZ
1
KMOD= pktgen
2
SRCS= pktgen.c
3
4
CFLAGS+= -g
3aa2b224
5
CFLAGS+= -DINVARIANTS
4fa8e46e
6
4fa8e46e
7
.include <bsd.kmod.mk>