summaryrefslogtreecommitdiffstats
path: root/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/Makefile')
-rw-r--r--fonts/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/fonts/Makefile b/fonts/Makefile
new file mode 100644
index 000000000..a2c0d9d56
--- /dev/null
+++ b/fonts/Makefile
@@ -0,0 +1,17 @@
+include ../Makefile.inc
+
+all:
+
+depend:
+
+install:
+ install -m 644 fonts-$(ARCH) $(DESTDIR)/$(RUNTIMEDIR)
+
+clean:
+
+i386:
+ ./updfonts i386
+
+alpha:
+ ./updfonts alpha
+