diff options
author | djl2 <djl2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-23 16:46:49 +0000 |
---|---|---|
committer | djl2 <djl2@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-05-23 16:46:49 +0000 |
commit | c75f299da8ab133743ce603c02607b17df803fd8 (patch) | |
tree | 60ae9ab81905da2b5c2b93f264da21aab80d1eb1 /netsvcs/Makefile | |
parent | 16431ae505bb56008d7a35d8e999941acc271539 (diff) | |
download | ATCD-c75f299da8ab133743ce603c02607b17df803fd8.tar.gz |
correction
Diffstat (limited to 'netsvcs/Makefile')
-rw-r--r-- | netsvcs/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/netsvcs/Makefile b/netsvcs/Makefile deleted file mode 100644 index 47f87672c9f..00000000000 --- a/netsvcs/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -#---------------------------------------------------------------------------- -# $Id$ -# -# Makefile for the ACE network services -#---------------------------------------------------------------------------- - -#---------------------------------------------------------------------------- -# Local macros -#---------------------------------------------------------------------------- - -INFO = README - -# lib must come first! -DIRS = lib \ - clients \ - servers - -#---------------------------------------------------------------------------- -# 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 |