postgresql/src/bin/pg_dump/Makefile

24 lines
530 B
Makefile

#-------------------------------------------------------------------------
#
# 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.5 1996/07/31 18:59:00 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