freebsd_amp_hwpstate/usr.sbin/pcvt/fonts/Makefile

15 lines
271 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
.SUFFIXES: .uu
.uu:
rm -f ${.TARGET}
uudecode ${.IMPSRC}
2001-12-17 16:21:59 +00:00
FILES= vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
vt220l.808 vt220l.810 vt220l.814 vt220l.816
2001-12-17 16:21:59 +00:00
#FILES+= vt100pc.814 vt100sg.814
FILESDIR= ${FONTDIR}
CLEANFILES= ${FILES}
.include <bsd.prog.mk>