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

STAGE_LIST = share svm patchadd_men nhas2_men setup_solaris_services patchadd_nmen rbs nhas2_nmen

install-solaris share patchadd_men nhas2_men setup_solaris_services patchadd_nmen rbs nhas2_nmen cleardiskless:
	cd cluster-install ; $(MAKE) $@

install-foundation-services: 
	cd cluster-install ; \
	for STAGE in $(STAGE_LIST) ;\
		do $(MAKE) $$STAGE ;\
	done 
