kernel - Fix bogus compiler warning
[dragonfly.git] / sbin / hammer / Makefile
blob098349a297caa432c01f95d1b306ee13b493fd58
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_volume.c \
11 cmd_config.c
12 MAN= hammer.8
14 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
15 LDADD= -lm -lutil
17 .PATH: ${.CURDIR}/../../sys/libkern
18 SRCS+= crc32.c
20 .include <bsd.prog.mk>