summaryrefslogtreecommitdiff
path: root/storage/ndb/src/kernel/blocks/grep/systab_test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'storage/ndb/src/kernel/blocks/grep/systab_test/Makefile')
-rw-r--r--storage/ndb/src/kernel/blocks/grep/systab_test/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/storage/ndb/src/kernel/blocks/grep/systab_test/Makefile b/storage/ndb/src/kernel/blocks/grep/systab_test/Makefile
new file mode 100644
index 00000000000..bd69e0f3799
--- /dev/null
+++ b/storage/ndb/src/kernel/blocks/grep/systab_test/Makefile
@@ -0,0 +1,12 @@
+include .defs.mk
+
+TYPE := kernel
+
+BIN_TARGET := grep_systab_test
+BIN_TARGET_ARCHIVES := portlib general
+
+CCFLAGS_LOC += -I..
+
+SOURCES = ../GrepSystemTable.cpp grep_systab_test.cpp
+
+include $(NDB_TOP)/Epilogue.mk