HAMMER 27/many: Major surgery - change allocation model
[dragonfly.git] / sbin / hammer / Makefile
1 #
2 # $DragonFly: src/sbin/hammer/Makefile,v 1.5 2008/02/08 08:30:56 dillon Exp $
3
4 PROG=   hammer
5 SRCS=   hammer.c ondisk.c cache.c \
6         misc.c cmd_show.c cmd_prune.c cmd_history.c
7 MAN=    hammer.8
8
9 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
10
11 .PATH: ${.CURDIR}/../../sys/libkern
12 SRCS+= crc32.c
13
14 .include <bsd.prog.mk>