#
# /usr/local/devel/postgres-v4r2/src/contrib/RCS/Makefile,v 1.3 1994/02/07 03:02:25 aoki Exp
#

.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>
