summary refs log tree commit diff
path: root/etc/psf/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-27 12:39:16 -0400
committerJune McEnroe <june@causal.agency>2018-09-27 12:39:16 -0400
commitcbc6e1bab54e3fbc058c82cccd20fc14907f7bb1 (patch)
treebfe6f824f1eb6c93c349517c1405df5778eb92bb /etc/psf/Makefile
parentAdd copy paste to psfed (diff)
downloadsrc-cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1.tar.gz
src-cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1.zip
Add sans6x8 PSF2 font
Diffstat (limited to 'etc/psf/Makefile')
-rw-r--r--etc/psf/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/psf/Makefile b/etc/psf/Makefile
new file mode 100644
index 00000000..1b535d7f
--- /dev/null
+++ b/etc/psf/Makefile
@@ -0,0 +1,15 @@
+TABLE = default.u
+
+FONTS += sans6x8.psfu
+
+all: $(FONTS)
+
+$(FONTS): $(TABLE)
+
+.SUFFIXES: .psf .psfu
+
+.psf.psfu:
+	psfaddtable $< $(TABLE) $@
+
+clean:
+	rm -f $(FONTS)