summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Logger/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Logger/Makefile.bor')
-rw-r--r--netsvcs/clients/Logger/Makefile.bor14
1 files changed, 0 insertions, 14 deletions
diff --git a/netsvcs/clients/Logger/Makefile.bor b/netsvcs/clients/Logger/Makefile.bor
deleted file mode 100644
index 28ae9437d9c..00000000000
--- a/netsvcs/clients/Logger/Makefile.bor
+++ /dev/null
@@ -1,14 +0,0 @@
-
-APPS = \
- direct_logging \
- indirect_logging
-
-all: $(APPS)
-
-$(APPS):
- $(MAKE) -f Makefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe
-
-OBJFILES=$(OBJDIR)\$(NAME).obj
-
-!include <$(ACE_ROOT)\netsvcs\build.bor>
-