Makefile revision 256281
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $FreeBSD: stable/10/usr.bin/unvis/Makefile 248303 2013-03-15 00:05:50Z brooks $
3
4PROG=	unvis
5
6.PATH: ${.CURDIR}/../../contrib/unvis
7
8.include <bsd.prog.mk>
9