#
# GENESIS/XODUS : network simulator
#

INSTALL			=	$(INSTALL_DIR)
INSTALL_STARTUPS	=	$(INSTALL)/startup

OBJS = escapelist grey hot rainbow schedule.g xmacros.g xstartup.g xtools.g

#==========================================================================
default: 
	echo "nothing to really make in startup"

install:
	-( /bin/cp $(OBJS) $(INSTALL_STARTUPS) )
