#-------------------------------------------------------------------------
#
# Makefile --
#
#    Makefile for contrib tools.
#
#-------------------------------------------------------------------------

PGDIR = ../..
SRCDIR = $(PGDIR)/src

include $(SRCDIR)/Makefile.global

all:		

install:	

clean:
		rm -f *~

distclean:	clean
