summaryrefslogtreecommitdiffstats
path: root/fonts/Makefile
blob: 2e428dfddf59d24b54ba52b9d6fcca067771f0b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include ../Makefile.inc

all:

depend:

install:
	install -m 644 screenfont-$(ARCH).gz $(DESTDIR)/$(RUNTIMEDIR)

clean:

i386:
	./updfonts i386

alpha:
	./updfonts alpha

sparc:
	./updfonts sparc

ia64:
	./updfonts ia64