#
# $Header: /home2/aoki/postgres/src/contrib/RCS/Makefile,v 1.1 1993/07/24 03:01:20 aoki Exp $
#

.include <postgres.global.mk>

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

#
# Shell scripts
#
SUBDIR+= pgbrowse

#
# Subsystems
#
SUBDIR += cplusplus

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

.include <postgres.subdir.mk>
