### Makefile for www/suites/Starport
#	$Id: Makefile,v 1.4 1999/07/17 14:30:20 steve Exp $
# 	COPYRIGHT 1998, HyperSpace Express

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

FILES= \
	$(wildcard *.html) \
	$(wildcard *.gif) $(wildcard *.jpg) $(wildcard *.png)

# === subdir structure needs to be rationalized ===
SUBDIRS= bios

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

