summaryrefslogtreecommitdiff
path: root/netsvcs/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/Makefile.bor')
-rw-r--r--netsvcs/Makefile.bor14
1 files changed, 0 insertions, 14 deletions
diff --git a/netsvcs/Makefile.bor b/netsvcs/Makefile.bor
deleted file mode 100644
index 5ac8a257adf..00000000000
--- a/netsvcs/Makefile.bor
+++ /dev/null
@@ -1,14 +0,0 @@
-#
-# Makefile for building the netsvcs
-#
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- cd $(ACE_ROOT)\netsvcs\lib
- $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
- cd $(ACE_ROOT)\netsvcs\clients
- $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
- cd $(ACE_ROOT)\netsvcs\servers
- $(MAKE) -f Makefile.bor $(MAKE_FLAGS)
-