NetBSD/share/wscons/fonts/Makefile

20 lines
391 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2003/07/10 10:34:38 lukem Exp $
2001-01-28 21:45:59 +03:00
FONTS= vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
donna.816 flori.816 orator.816
2001-01-28 21:45:59 +03:00
FILES=${FONTS}
2001-01-28 21:45:59 +03:00
CLEANFILES= ${FONTS}
FILESDIR= /usr/share/wscons/fonts
2001-01-28 21:45:59 +03:00
realall: ${FONTS}
2001-01-28 21:45:59 +03:00
.for i in ${FONTS}
$i: ${.CURDIR}/$i.uu
${TOOL_UUDECODE} ${.CURDIR}/$i.uu
2001-01-28 21:45:59 +03:00
.endfor
.include <bsd.prog.mk>