xref: /netbsd/share/wscons/fonts/Makefile (revision bf9ec67e)
1# $NetBSD: Makefile,v 1.4 2002/01/31 19:15:23 tv Exp $
2
3FONTS=	vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
4	vt220l.816 vt220h.816 vt220l.810 vt220h.810
5
6FILES=${FONTS}
7
8CLEANFILES= 	${FONTS}
9FILESDIR=	/usr/share/wscons/fonts
10
11realall:	${FONTS}
12
13UUDECODE?=	uudecode
14
15.for i in ${FONTS}
16$i: ${.CURDIR}/$i.uu
17	${UUDECODE} ${.CURDIR}/$i.uu
18.endfor
19
20.include <bsd.prog.mk>
21