Home | History | Annotate | Line # | Download | only in fonts
Makefile revision 1.5
      1 # $NetBSD: Makefile,v 1.5 2003/05/04 00:50:28 gmcgarry Exp $
      2 
      3 FONTS=	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 
      7 FILES=${FONTS}
      8 
      9 CLEANFILES= 	${FONTS}
     10 FILESDIR=	/usr/share/wscons/fonts
     11 
     12 realall:	${FONTS}
     13 
     14 UUDECODE?=	uudecode
     15 
     16 .for i in ${FONTS}
     17 $i: ${.CURDIR}/$i.uu
     18 	${UUDECODE} ${.CURDIR}/$i.uu
     19 .endfor
     20 
     21 .include <bsd.prog.mk>
     22