#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/createdb
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /cvsroot/pgsql/src/bin/createdb/Attic/Makefile,v 1.1.1.1 1996/07/09 06:22:12 scrappy Exp $
#
#-------------------------------------------------------------------------

SHPROG=	createdb

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

include $(MKDIR)/postgres.shell.mk