Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.sbin / pcvt / fonts / Makefile
1 # $FreeBSD: src/usr.sbin/pcvt/fonts/Makefile,v 1.10.2.1 2002/02/18 16:24:27 ru Exp $
2 # $DragonFly: src/usr.sbin/pcvt/fonts/Attic/Makefile,v 1.2 2003/06/17 04:29:59 dillon Exp $
3
4 .SUFFIXES: .uu
5 .uu:
6         rm -f ${.TARGET}
7         uudecode ${.IMPSRC}
8
9 FILES=  vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
10         vt220l.808 vt220l.810 vt220l.814 vt220l.816
11 #FILES+=        vt100pc.814 vt100sg.814
12 FILESDIR=       ${FONTDIR}
13 CLEANFILES=     ${FILES}
14
15 .include <bsd.prog.mk>