.include <postgres.global.mk>

PROG= unfsmntd

SRCS= mount_svc.c mount_xdr.c unfsmntd.c fh.c simplelists.c

#
# should simplelists.o just be in libpq?
#
.PATH: ${.CURDIR}/../../backend/lib ${.CURDIR}/../unfsd

.include <postgres.prog.mk>
