.include <postgres.global.mk>

PROG= pcat

SRCS= pcat.c

CFLAGS+=-I../../../../backend/port/svr4

.include <postgres.prog.mk>
