xref: /dragonfly/usr.bin/unvis/Makefile (revision 2ee85085)
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2# $DragonFly: src/usr.bin/unvis/Makefile,v 1.2 2005/01/03 01:06:24 cpressey Exp $
3
4PROG=	unvis
5WARNS?=	6
6
7.include <bsd.prog.mk>
8