Home | History | Annotate | Line # | Download | only in fonts
Makefile revision 1.5
      1  1.5  gmcgarry # $NetBSD: Makefile,v 1.5 2003/05/04 00:50:28 gmcgarry 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.4        tv UUDECODE?=	uudecode
     15  1.4        tv 
     16  1.3     veego .for i in ${FONTS}
     17  1.3     veego $i: ${.CURDIR}/$i.uu
     18  1.4        tv 	${UUDECODE} ${.CURDIR}/$i.uu
     19  1.3     veego .endfor
     20  1.1  drochner 
     21  1.1  drochner .include <bsd.prog.mk>
     22