summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
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