summaryrefslogtreecommitdiff
path: root/ndb/src/cw/cpcd
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/cw/cpcd')
-rw-r--r--ndb/src/cw/cpcd/Makefile_old11
1 files changed, 0 insertions, 11 deletions
diff --git a/ndb/src/cw/cpcd/Makefile_old b/ndb/src/cw/cpcd/Makefile_old
deleted file mode 100644
index f214fb087d2..00000000000
--- a/ndb/src/cw/cpcd/Makefile_old
+++ /dev/null
@@ -1,11 +0,0 @@
-include .defs.mk
-
-TYPE := util
-BIN_TARGET := ndb_cpcd
-
-# Source files of non-templated classes (.cpp files)
-SOURCES = main.cpp CPCD.cpp Process.cpp APIService.cpp Monitor.cpp common.cpp
-
-BIN_TARGET_LIBS += logger
-
-include $(NDB_TOP)/Epilogue.mk