#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/pg_dump
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    /usr/local/devel/pglite/cvs/src/bin/pg_dump/Makefile,v 1.2 1995/05/16 00:49:43 jolly Exp
#
#-------------------------------------------------------------------------

PROG=	pg_dump

MKDIR=	../../mk
include $(MKDIR)/postgres.mk
include ../Makefile.global

SRCS=	pg_dump.c common.c

include $(MKDIR)/postgres.prog.mk

