#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/pg_id
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/pg_id/Makefile,v 1.2 1995/03/21 06:58:33 andrew Exp $
#
#-------------------------------------------------------------------------

PROG=	pg_id

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

SRCS=	pg_id.c

include $(MKDIR)/postgres.prog.mk

