head     0.3;
branch   0.3.0;
access   ;
symbols  REL_0_3:0.3.0.1 ANDREW_JOLLY:0.3.0;
locks    ; strict;
comment  @# @;


0.3
date     94.09.04.00.53.35;  author andrew;  state Exp;
branches 0.3.0.1;
next     ;

0.3.0.1
date     94.09.04.00.53.36;  author andrew;  state Exp;
branches ;
next     ;


desc
@@



0.3
log
@Initial revision
@
text
@#
# $Header: /usr/local/devel/postgres/src/RCS/Makefile,v 1.14 1994/02/04 08:27:23 aoki Exp $
#

.include <postgres.global.mk>

#
# C programs
#
SUBDIR=  monitor pg_id pg_version
#
# Shell scripts
#
SUBDIR+= cleardbdir createdb destroydb initdb 

#
# the postmaster had so many files in common with the backend (like 80%)
# so i just made it a second target in the backend Makefile.
#

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

.include <postgres.subdir.mk>
@


0.3.0.1
log
@POSTGRES LITE   (c) 1994 Andrew Yu and Jolly Chen
@
text
@@
