aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/Makefile
blob: b45e678093b75ac3777cbdca544ee8a99d10f9c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/pg_dump
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/bin/pg_dump/Makefile,v 1.2 1996/07/12 05:39:30 scrappy Exp $
#
#-------------------------------------------------------------------------

PROG=	pg_dump

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

SRCS=	pg_dump.c common.c

include $(MKDIR)/postgres.prog.mk