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


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

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


desc
@@


1.2
log
@fix the RCS file
@
text
@.include <postgres.global.mk>

SHPROG=	newbki

.include <postgres.shell.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 9
#
# Build and install postgres.
#
# You have to cd into doc/ and ref/ by hand to make them.  They are
# not done automatically because they depend on groff, which you may not
# have installed.
# Formatted copies of the documents are already made in ../{doc,ref}
# for you.
#
d3 1
a3 1
SUBDIR= backend libpq bin regress
d5 1
a5 1
.include <postgres.subdir.mk>
@
