aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pcvt/fonts/Makefile
blob: 8af01cc27250dc70fd1d401ced73fd1624678b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.SUFFIXES: .uu
.uu:
	rm -f ${.TARGET}
	uudecode ${.IMPSRC}

FILES=	vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
	vt220l.808 vt220l.810 vt220l.814 vt220l.816
#FILES+=	vt100pc.814 vt100sg.814
FILESDIR=	${FONTDIR}
CLEANFILES= 	${FILES}

.include <bsd.prog.mk>