NFE - Change default RX ring size from 128 -> 256, Adjust moderation timer.
[dragonfly.git] / sbin / hammer / Makefile
blob32ae468d134b77b7c0412a782240f1164eee02a3
2 # $DragonFly: src/sbin/hammer/Makefile,v 1.19 2008/11/13 02:04:27 dillon Exp $
4 PROG= hammer
5 SRCS= hammer.c ondisk.c blockmap.c cache.c misc.c cycle.c \
6 cmd_show.c cmd_softprune.c cmd_history.c \
7 cmd_blockmap.c cmd_reblock.c cmd_rebalance.c \
8 cmd_synctid.c cmd_stats.c \
9 cmd_pseudofs.c cmd_snapshot.c cmd_mirror.c cmd_status.c \
10 cmd_cleanup.c cmd_info.c cmd_version.c cmd_expand.c
11 MAN= hammer.8
13 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
14 LDADD= -lm -lutil
16 .PATH: ${.CURDIR}/../../sys/libkern
17 SRCS+= crc32.c
19 .include <bsd.prog.mk>