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

PROG=	monitor

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

SRCS=	monitor.c

include $(MKDIR)/postgres.prog.mk

