#-------------------------------------------------------------------------
#
# Makefile --
#
#    Makefile for contrib pg_dumpaccounts.
#
#-------------------------------------------------------------------------

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

include $(SRCDIR)/Makefile.global

all:		

install:	
		$(INSTALL) $(INSTL_EXE_OPTS) pg_dumpaccounts $(BINDIR)/pg_dumpaccounts

clean:

distclean:	clean
