head	1.1;
access;
symbols
	PG95_1_01:1.1
	PG95_1_0:1.1;
locks; strict;
comment	@# @;


1.1
date	95.07.25.00.29.44;	author jolly;	state Exp;
branches;
next	;


desc
@@


1.1
log
@pg_dump used to be one set of sources both both the postgres95 and
postgres v4r2 versions.  Now, the postgres v4r2 version has been
factored in pg4_dump.
@
text
@#
# /usr/local/devel/pglite/cvs/src/bin/pg_dump/Makefile.v4r2,v 1.1 1995/05/17 18:57:10 jolly Exp
#

.include <postgres.global.mk>

CFLAGS+= -I${.CURDIR}/../../backend/tmp

PROG= pg4_dump

SRCS= pg4_dump.c common.c

.include <postgres.prog.mk>
@
