head	1.1;
access;
symbols
	PG95_1_01:1.1
	PG95_1_0:1.1
	PG95_beta_03:1.1;
locks; strict;
comment	@# @;


1.1
date	95.06.28.03.27.40;	author jolly;	state Exp;
branches;
next	;


desc
@@


1.1
log
@ipcclean is a tool to clean up shared memory in the event of a postgres
backend crash
@
text
@#-------------------------------------------------------------------------
#
# Makefile.inc--
#    Makefile for bin/initdb
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
#    $Header: /usr/local/devel/pglite/cvs/src/bin/initdb/Makefile,v 1.2 1995/03/21 06:58:31 andrew Exp $
#
#-------------------------------------------------------------------------

SHPROG=	ipcclean

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

include $(MKDIR)/postgres.shell.mk

@
