Install dma(8) config files with mode 640 as root:mail to prevent ``normal''
[dragonfly.git] / sbin / hammer / Makefile
blob506867bca8475cbbb3392a14b02ce93939716820
2 # $DragonFly: src/sbin/hammer/Makefile,v 1.4 2008/02/04 08:34:22 dillon Exp $
4 PROG= hammer
5 SRCS= hammer.c buffer_alist.c ondisk.c cache.c super_alist.c \
6 misc.c cmd_show.c cmd_prune.c cmd_history.c
7 MAN= hammer.8
9 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG
11 .PATH: ${.CURDIR}/../../sys/libkern
12 SRCS+= crc32.c
13 .PATH: ${.CURDIR}/../../sys/vfs/hammer
14 SRCS+= hammer_alist.c
16 .include <bsd.prog.mk>