#################################################################
#
# Makefile to build the whole integration test suites
# on the Install Server host for Testing Purposes
#
#
# Copyright 2001 Sun Microsystems, Inc. All rights reserved.
#
##################################################################

container_men ldap addon_men:
	cd men-install ; $(MAKE) $@

container_nmen addon_nmen:
	if [ ! -f $(STAGES_DIR)/NO_DISKLESS_ENV ] ;\
	then cd nmen-install ; $(MAKE) $@ ;\
	fi
