.include <postgres.global.mk>

PROG= pg_id

SRCS= pg_id.c

.include <postgres.prog.mk>
