.include <postgres.global.mk>

PROG= shmemdoc

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

HEADERS= shmemipc.h shmemipci.h

.include <postgres.prog.mk>
