.include <postgres.global.mk>

CFLAGS+= -I${.CURDIR}

PROG= pls

SRCS= ls.c fts.c cmp.c print.c util.c pwcache.c

.include <postgres.prog.mk>
