HAMMER Utilities: Remove time/transaction-id conversion directives.
[dragonfly.git] / sbin / hammer / Makefile
1 #
2 # $DragonFly: src/sbin/hammer/Makefile,v 1.15 2008/06/23 21:31:55 dillon Exp $
3
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_synctid.c cmd_stats.c \
8         cmd_pseudofs.c
9 MAN=    hammer.8
10
11 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
12 LDADD= -lm
13
14 .PATH: ${.CURDIR}/../../sys/libkern
15 SRCS+= crc32.c
16
17 .include <bsd.prog.mk>