Home | History | Annotate | Line # | Download | only in fonts
Makefile revision 1.10
      1 # $NetBSD: Makefile,v 1.10 2010/01/18 16:55:36 ahoka Exp $
      2 
      3 FONTS=	vt220l.814 vt220h.814 vt220l.808 vt220h.808 \
      4 	vt220l.816 vt220h.816 vt220l.810 vt220h.810 \
      5 	latin2.808 latin2.814 latin2.816 \
      6 	donna.816 flori.816 orator.816
      7 
      8 FILES=${FONTS}
      9 UUDECODE_FILES=${FONTS}
     10 
     11 FILESDIR=	/usr/share/wscons/fonts
     12 
     13 realall:	${FONTS}
     14 
     15 .include <bsd.files.mk>
     16 .include <bsd.prog.mk>
     17