head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	94.02.07.03.02.25;	author aoki;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.3
log
@added relshow
@
text
@#
# $Header: /usr/local/devel/postgres/src/contrib/RCS/Makefile,v 1.2 1994/01/28 19:08:38 aoki Exp aoki $
#

.include <postgres.global.mk>

#
# C programs
#
SUBDIR=  pgperl spog relshow
.if (${PORTNAME} == "sparc")
SUBDIR+= xposthelp
.endif

#
# Subsystems
#
SUBDIR += cplusplus

.if defined(OLD_MKDIR)
beforeinstall:
	@@-if test ! -d ${DESTDIR}${BINDIR}; \
		then mkdir ${DESTDIR}${BINDIR}; fi
.endif

.include <postgres.subdir.mk>
@


1.2
log
@removed tkmonitor, pgbrowse (maintained by outside, too
hard to sync)
@
text
@d2 1
a2 1
# $Header: /usr/local/devel/postgres/src/contrib/RCS/Makefile,v 1.1 1993/07/24 03:01:20 aoki Exp aoki $
d10 1
a10 1
SUBDIR=  pgperl spog
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# $Header: /home2/aoki/master/src/contrib/RCS/Makefile,v 1.3 1993/07/21 13:39:30 aoki Exp $
d10 1
a10 1
SUBDIR=  pgperl spog tkmonitor
a14 5
#
# Shell scripts
#
SUBDIR+= pgbrowse

@
