Makefile revision 267337
1# $FreeBSD: head/usr.bin/vtfontcvt/Makefile 267337 2014-06-10 18:29:45Z emaste $
2
3PROG=	vtfontcvt
4MAN8=	vtfontcvt.8
5
6WARNS?=	6
7
8.include <bsd.prog.mk>
9