blob: 53e6f0d514d3b07f9092a656cb41906956294579 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#-------------------------------------------------------------------------
#
# Makefile.inc--
# Makefile for bin/monitor
#
# Copyright (c) 1994, Regents of the University of California
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/bin/monitor/Attic/Makefile,v 1.1.1.1 1996/07/09 06:22:13 scrappy Exp $
#
#-------------------------------------------------------------------------
PROG= monitor
MKDIR= ../../mk
include $(MKDIR)/postgres.mk
include ../Makefile.global
SRCS= monitor.c
include $(MKDIR)/postgres.prog.mk
|