summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-04-22 14:30:52 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2008-04-22 14:30:52 -0400
commit3ce95795030eca164c1a78dae013c78a65602b43 (patch)
tree321c45dbdbb0263ff480e1348592b462a2dcb44f /Makefile
parent8bfbb6b6f83975d85cf2f2018d9c08d0e6cfb500 (diff)
Drop quick-test from the list of programs built by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6fbf628..58dfa5fa 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ prefix ?= /usr/local
bindir = $(prefix)/bin
LIBS=-luuid
-progs = btrfsctl btrfsck mkfs.btrfs debug-tree quick-test btrfs-show
+progs = btrfsctl btrfsck mkfs.btrfs debug-tree btrfs-show
# make C=1 to enable sparse
ifdef C