head	1.2;
access;
symbols
	release_4_2:1.2
	aix_ok:1.1;
locks; strict;
comment	@# @;


1.2
date	93.10.03.00.50.39;	author aoki;	state Exp;
branches;
next	1.1;

1.1
date	93.10.01.21.55.18;	author aoki;	state Exp;
branches;
next	;


desc
@@


1.2
log
@how weird.  this got stomped by the global Makefile..
@
text
@#
# $Header: /faerie/aoki/postgres/src/bin/monitor/RCS/Makefile,v 1.3 1993/10/03 00:40:37 aoki Exp $
#

.include <postgres.global.mk>

PROG= monitor

SRCS= monitor.c

.include <postgres.prog.mk>
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# Build and install postgres.
d4 4
a7 6
# You have to cd into doc/ and ref/ by hand to make them.  They are
# not done automatically because they depend on groff, which you may not
# have installed.
# Formatted copies of the documents are already made in ../{doc,ref}
# for you.
#
d9 1
a9 1
SUBDIR= backend libpq bin regress
d11 1
a11 1
.include <postgres.subdir.mk>
@
