From cbc6e1bab54e3fbc058c82cccd20fc14907f7bb1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 27 Sep 2018 12:39:16 -0400 Subject: Add sans6x8 PSF2 font --- etc/psf/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 etc/psf/Makefile (limited to 'etc/psf/Makefile') 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) -- cgit 1.4.1