#
# Broadcom web pages
#
# Copyright (C) 2001 Broadcom Corporation
#
# $Id: Makefile,v 1.5.6.1 2002/11/16 05:08:15 mhuang Exp $
#

all:

install:
	install -d $(INSTALLDIR)/www
	#install -d $(INSTALLDIR)/www/TestDir
	#install -m 644 $(wildcard TestDir/key.js) $(INSTALLDIR)/www/TestDir
	install -m 644 $(shell cat list) $(INSTALLDIR)/www

webcomp:
	webcomp . list > webrom.c

clean:
