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.bor16
1 files changed, 0 insertions, 16 deletions
diff --git a/netsvcs/clients/Logger/Makefile.bor b/netsvcs/clients/Logger/Makefile.bor
deleted file mode 100644
index 9e8a4c7a5a9..00000000000
--- a/netsvcs/clients/Logger/Makefile.bor
+++ /dev/null
@@ -1,16 +0,0 @@
-
-APPS = \
- direct_logging \
- indirect_logging
-
-build_apps: $(APPS)
-
-$(APPS):
- $(MAKE) -f Makefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe
-
-!ifdef NAME
-OBJFILES=$(OBJDIR)\$(NAME).obj
-!endif
-
-!include <$(ACE_ROOT)\netsvcs\build.bor>
-