summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs/clients/Makefile')
-rw-r--r--netsvcs/clients/Makefile25
1 files changed, 15 insertions, 10 deletions
diff --git a/netsvcs/clients/Makefile b/netsvcs/clients/Makefile
index 00ad80fb15b..43f23ea97b8 100644
--- a/netsvcs/clients/Makefile
+++ b/netsvcs/clients/Makefile
@@ -1,19 +1,24 @@
#----------------------------------------------------------------------------
-# $Id$
+# $Id: Makefile 1.1 10/18/96
#
-# Makefile for the client programs that test the ACE network services
+# Makefile for the client programs that test the ACE network services
+#----------------------------------------------------------------------------
+
+#----------------------------------------------------------------------------
+# Local macros
#----------------------------------------------------------------------------
DIRS = Logger \
- Naming \
- Tokens
+ Naming \
+ Tokens
#----------------------------------------------------------------------------
-# Include macros and targets
+# Include macros and targets
#----------------------------------------------------------------------------
-include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
-include $(ACE_ROOT)/include/makeinclude/macros.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
-include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU
+