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


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


desc
@added SRCS line
@


1.1
log
@Initial revision
@
text
@.include <postgres.global.mk>

PROG= pg_id

SRCS= pg_id.c

.include <postgres.prog.mk>
@
