Home | History | Annotate | Line # | Download | only in fonts
Makefile revision 1.3
      1 # $NetBSD: Makefile,v 1.3 2001/01/28 18:45:59 veego Exp $
      2 
      3 FONTS=	vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
      4 	vt220l.816 vt220h.816 vt220l.810 vt220h.810
      5 
      6 FILES=${FONTS}
      7 
      8 CLEANFILES= 	${FONTS}
      9 FILESDIR=	/usr/share/wscons/fonts
     10 
     11 realall:	${FONTS}
     12 
     13 .for i in ${FONTS}
     14 $i: ${.CURDIR}/$i.uu
     15 	uudecode ${.CURDIR}/$i.uu
     16 .endfor
     17 
     18 .include <bsd.prog.mk>
     19