1
2PROG=	vis
3SRCS=	vis.c foldit.c
4
5.PATH: ${SRCTOP}/contrib/vis
6CFLAGS+=	-I${SRCTOP}/contrib/vis
7
8.include <bsd.prog.mk>
9