#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for src/bin (utility programs)
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/Makefile,v 1.5 1996/02/24 01:14:43 jolly Exp $
#
#-------------------------------------------------------------------------

#
# C programs
#
SUBDIR=  monitor pg_id pg_version psql pg_dump

ifeq ($(USE_TCL), true)
SUBDIR += pgtclsh
endif

#
# Shell scripts
#
SUBDIR+= cleardbdir createdb createuser destroydb destroyuser initdb 


include ../mk/postgres.subdir.mk

