Turn off some commands in Makefile
authorChris Mason <chris.mason@oracle.com>
Thu, 9 Feb 2012 02:38:20 +0000 (21:38 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 9 Feb 2012 02:38:20 +0000 (21:38 -0500)
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Makefile

index cd5f7f1..acc6b13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LIBS=-luuid
 RESTORE_LIBS=-lz
 
 progs = btrfsctl mkfs.btrfs btrfs-debug-tree btrfs-show btrfs-vol btrfsck \
-       btrfs btrfs-map-logical restore find-root calc-size btrfs-corrupt-block
+       btrfs btrfs-map-logical btrfs-image btrfs-zero-log
 
 # make C=1 to enable sparse
 ifdef C