xfs: basic functionality test for shrinking free space in the last AG
[xfstests-dev.git] / Makefile
index 9fd37e0cca54f8029d4613e64b749372be7aefd7..86a2d3996e5288f61e4be1f33b2b0d81d045940e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,14 +39,11 @@ endif
 
 LIB_SUBDIRS = include lib
 TOOL_SUBDIRS = ltp src m4 common
-ifeq ($(HAVE_DMAPI), true)
-TOOL_SUBDIRS += dmapi
-endif
 
 export TESTS_DIR = tests
 SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS) $(TESTS_DIR)
 
-default: include/builddefs $(DMAPI_MAKEFILE)
+default: include/builddefs
 ifeq ($(HAVE_BUILDDEFS), no)
        $(Q)$(MAKE) $(MAKEOPTS) $@
 else