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

install-solaris share svm patchadd_men nhas2_men:
	cd men-install ; $(MAKE) $@

setup_solaris_services patchadd_nmen rbs nhas2_nmen cleardiskless:
	if [ ! -f $(STAGES_DIR)/NO_DISKLESS_ENV ] ;\
	then cd nmen-install ; $(MAKE) $@ ;\
	fi
