.include <postgres.global.mk>

PROG= monitor

SRCS= monitor.c

.PATH: ${.CURDIR}/../../backend/lib

.include <postgres.prog.mk>
