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

SHPROG=	destroyuser

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

include $(MKDIR)/postgres.shell.mk

