From 5edddbffb1633a34c047a990292c69b563559921 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Thu, 25 Sep 2008 02:39:20 +0000 Subject: [PATCH] HAMMER Utilities: MFC all changes as of 20080924 - through 'hammer cleanup'. --- sbin/hammer/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.41.0