# Project    : ipv6calc/ipv6calcweb
# File       : Makefile
# Version    : $Id: Makefile,v 1.5 2003/11/21 10:53:30 peter Exp $
# Copyright  : 2002 by Peter Bieringer <pb (at) bieringer.de>
#
# Information:
#  Makefile for ipv6calcweb
#

all:		ipv6calcweb

ipv6calcweb:
		test -x /usr/bin/perl && make update || exit 0

update:

distclean:
		make clean

clean:

test:
		echo "Currently missing"
