fstests: remove DMAPI tests
[xfstests-dev.git] / dmapi / src / common / Makefile
diff --git a/dmapi/src/common/Makefile b/dmapi/src/common/Makefile
deleted file mode 100644 (file)
index 0441324..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# SPDX-License-Identifier: GPL-2.0+
-# Copyright (C) 2011 SGI  All Rights Reserved.
-#
-#
-#
-TOPDIR = ../../..
-
-include $(TOPDIR)/include/builddefs
-
-LIB_SUBDIRS = lib
-TOOL_SUBDIRS = cmd
-
-SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)
-
-default: $(SUBDIRS)
-
-$(TOOL_SUBDIRS): $(LIB_SUBDIRS)
-
-include $(BUILDRULES)
-
-install: default
-
-install-dev: