blob: ad57d608ec68cdb4d9061b7443858f7dad68369f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- a/Makefile
+++ b/Makefile
@@ -62,8 +62,7 @@ HDR_SUBDIRS = include libxfs
LIBFROG_SUBDIR = libfrog
DLIB_SUBDIRS = libxlog libxcmd libhandle
LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
-TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
- mdrestore repair rtcp m4 man doc debian spaceman
+TOOL_SUBDIRS = db fsck growfs io mkfs repair
ifeq ("$(ENABLE_SCRUB)","yes")
TOOL_SUBDIRS += scrub
|