# Makefile for selenium
# Writed by kaworu
# since 2005/07/28

# $Author$
# $Id$
# $Date$
# $Source$

PREFIX?=/usr/local

DST=$(PREFIX)/www/data/selenium

all:
#	@echo all

build:
#	@echo build

install:
#	@echo install
.include "Makefile.inc"

.PHONY:
clean:
	@-rm Makefile.inc
