#
# /usr/local/devel/postgres-v4r2/src/tools/RCS/Makefile,v 1.4 1994/01/27 05:22:19 aoki Exp
#

.include <postgres.global.mk>

SUBDIR= bmake bmkdir mkdep
.if (${PORTNAME} == "ultrix4")
SUBDIR+= libdl
.endif
.if (${PORTNAME} == "hpux")
SUBDIR+= bsdinst
.endif
.if (${PORTNAME} == "aix")
SUBDIR+= mkldexport
.endif

.include <postgres.subdir.mk>
