### Makefile for www/suites
#	$Id: Makefile,v 1.2 2003/04/20 20:05:00 steve Exp $
# 	COPYRIGHT 1998, HyperSpace Express

TOPDIR=../../..
MYNAME=suites
DOTDOT=www
SRCDIR=../.

FILES= \
	$(wildcard *.html)

SUBDIRS=\
	Starport

MF_DIR=$(TOPDIR)/Config/makefiles
include $(MF_DIR)/file.make
include $(MF_DIR)/webdir.make
 
