From: Matthew Dillon Date: Thu, 25 Sep 2008 02:39:20 +0000 (+0000) Subject: HAMMER Utilities: MFC all changes as of 20080924 - through 'hammer cleanup'. X-Git-Url: https://repo.or.cz/w/dragonfly.git/commitdiff_plain/5edddbffb1633a34c047a990292c69b563559921 HAMMER Utilities: MFC all changes as of 20080924 - through 'hammer cleanup'. --- diff --git a/sbin/hammer/Makefile b/sbin/hammer/Makefile index d1d24dd338..ced2bf5b40 100644 --- a/sbin/hammer/Makefile +++ b/sbin/hammer/Makefile @@ -1,11 +1,12 @@ # -# $DragonFly: src/sbin/hammer/Makefile,v 1.17 2008/06/26 04:07:57 dillon Exp $ +# $DragonFly: src/sbin/hammer/Makefile,v 1.17.2.1 2008/09/25 02:39:20 dillon Exp $ PROG= hammer SRCS= hammer.c ondisk.c blockmap.c cache.c misc.c cycle.c \ cmd_show.c cmd_softprune.c cmd_history.c \ cmd_blockmap.c cmd_reblock.c cmd_synctid.c cmd_stats.c \ - cmd_pseudofs.c cmd_snapshot.c cmd_mirror.c cmd_status.c + cmd_pseudofs.c cmd_snapshot.c cmd_mirror.c cmd_status.c \ + cmd_cleanup.c MAN= hammer.8 CFLAGS+= -I${.CURDIR}/../../sys -DALIST_NO_DEBUG