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


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


desc
@added SRCS=pagedoc.c -- this seems to affect how Makefile.global
handling is done.
@


1.1
log
@Initial revision
@
text
@#
# $Header$
#

.include <postgres.global.mk>

PROG= pagedoc

SRCS= pagedoc.c

.include <postgres.prog.mk>
@
