xref: /netbsd-src/share/wscons/fonts/Makefile (revision 81e0d2b0af8485d94ed5da487d4253841a2e6e45)
1# $NetBSD: Makefile,v 1.9 2004/03/19 08:07:27 jmc Exp $
2
3FONTS=	vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
4	vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
5	donna.816 flori.816 orator.816
6
7FILES=${FONTS}
8UUDECODE_FILES=${FONTS}
9
10FILESDIR=	/usr/share/wscons/fonts
11
12realall:	${FONTS}
13
14.include <bsd.files.mk>
15.include <bsd.prog.mk>
16