# Project    : ipv6calc/ipv6calcweb
# File       : Makefile
# Version    : $Id: Makefile,v 1.7 2005/11/19 21:14:38 peter Exp $
# Copyright  : 2002-2005 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

autoclean:
		${MAKE} distclean

clean:

test:
		echo "Currently missing"
