summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-06 13:38:27 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-06 13:38:27 +0000
commit6a29fb83ad37adcdec9f8ad7dcd94da2f97fca69 (patch)
tree031759fc1be82bac779e21a0098cff0a1329d036 /netsvcs
parentda4e916db1fb4ca748d533248a0a8d923591bebc (diff)
downloadATCD-6a29fb83ad37adcdec9f8ad7dcd94da2f97fca69.tar.gz
ChangeLogTag: Fri Jul 6 08:36:20 2001 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/netsvcs/Makefile b/netsvcs/Makefile
index 47f87672c9f..61dd95dc35d 100644
--- a/netsvcs/Makefile
+++ b/netsvcs/Makefile
@@ -11,9 +11,12 @@
INFO = README
# lib must come first!
+ACE_BUILD_COMPONENTS := $(shell sh $(ACE_ROOT)/bin/ace_components --ace)
+ifeq (Other,$(findstring Other,$(ACE_BUILD_COMPONENTS)))
DIRS = lib \
clients \
servers
+endif # ! Other
#----------------------------------------------------------------------------
# Include macros and targets