Home | History | Annotate | Line # | Download | only in fonts
Makefile revision 1.6
      1  1.6     lukem # $NetBSD: Makefile,v 1.6 2003/07/10 10:34:38 lukem Exp $
      2  1.1  drochner 
      3  1.3     veego FONTS=	vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
      4  1.5  gmcgarry 	vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
      5  1.5  gmcgarry 	donna.816 flori.816 orator.816
      6  1.3     veego 
      7  1.3     veego FILES=${FONTS}
      8  1.1  drochner 
      9  1.1  drochner CLEANFILES= 	${FONTS}
     10  1.3     veego FILESDIR=	/usr/share/wscons/fonts
     11  1.1  drochner 
     12  1.3     veego realall:	${FONTS}
     13  1.1  drochner 
     14  1.3     veego .for i in ${FONTS}
     15  1.3     veego $i: ${.CURDIR}/$i.uu
     16  1.6     lukem 	${TOOL_UUDECODE} ${.CURDIR}/$i.uu
     17  1.3     veego .endfor
     18  1.1  drochner 
     19  1.1  drochner .include <bsd.prog.mk>
     20