summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fonts/Makefile
blob: 59ed20b6857a9628d6e14949bd61661fb87bb1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#	$Id: Makefile,v 1.7 1997/12/20 00:40:05 bde Exp $

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

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

all: ${FONTS}

beforeinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
	    ${FONTS} ${DESTDIR}${FONTDIR}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud