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


1.4
date	94.01.27.05.22.19;	author aoki;	state Exp;
branches;
next	1.3;

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

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

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


desc
@@


1.4
log
@need libdl on ultrix
@
text
@#
# $Header: /usr/local/devel/postgres/src/tools/RCS/Makefile,v 1.3 1993/11/06 00:52:41 aoki Exp aoki $
#

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


1.3
log
@added bsdinst
@
text
@d2 1
a2 1
# $Header: Makefile,v 1.2 93/09/28 01:43:55 aoki Exp $
d8 3
@


1.2
log
@mkldexport
@
text
@d2 1
a2 1
# $Header$
d8 3
@


1.1
log
@Initial revision
@
text
@d1 4
d8 3
@
