summaryrefslogtreecommitdiffstats
path: root/share/syscons
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-09-25 03:53:59 +0000
committerache <ache@FreeBSD.org>1994-09-25 03:53:59 +0000
commit9dddbea941d6c4828ba4dcbc15a4109d6639c911 (patch)
treeaff9d234ef939c8cc6600cccad691868a12495c4 /share/syscons
parent427504a71300093e4b168571fd44feb982e72008 (diff)
downloadFreeBSD-src-9dddbea941d6c4828ba4dcbc15a4109d6639c911.zip
FreeBSD-src-9dddbea941d6c4828ba4dcbc15a4109d6639c911.tar.gz
Add missing Makefile
Diffstat (limited to 'share/syscons')
-rw-r--r--share/syscons/fonts/Makefile19
-rw-r--r--share/syscons/keymaps/Makefile17
2 files changed, 36 insertions, 0 deletions
diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile
new file mode 100644
index 0000000..5f2069b
--- /dev/null
+++ b/share/syscons/fonts/Makefile
@@ -0,0 +1,19 @@
+FONTS=cp866c-8x16.fnt cp865-8x14.fnt iso-8x16.fnt koi8-r-8x8.fnt cp866-8x14.fnt \
+ cp850-8x14.fnt cp865-8x16.fnt iso-8x8.fnt koi8-rc-8x16.fnt cp866-8x16.fnt \
+ cp850-8x16.fnt cp865-8x8.fnt koi8-r-8x14.fnt cp866-8x8.fnt cp850-8x8.fnt \
+ iso-8x14.fnt koi8-r-8x16.fnt cp866b-8x16.fnt koi8-rb-8x16.fnt
+
+FONTDIR = /usr/share/syscons/fonts
+
+NOMAN = noman
+
+all:;
+
+clean:;
+
+install:
+ cd ${.CURDIR}; \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FONTS} \
+ ${DESTDIR}${FONTDIR}
+
+.include <bsd.prog.mk>
diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile
new file mode 100644
index 0000000..c384841
--- /dev/null
+++ b/share/syscons/keymaps/Makefile
@@ -0,0 +1,17 @@
+KEYMAPS=danish.cp865.kbd danish.iso.kbd german.cp850.kbd german.iso.kbd \
+ swedish.cp850.kbd swedish.iso.kbd uk.cp850.kbd uk.iso.kbd \
+ us.iso.kbd ru.koi8-r.kbd
+
+MAPSDIR = /usr/share/syscons/keymaps
+NOMAN = noman
+
+all:;
+
+clean:;
+
+install:
+ cd ${.CURDIR}; \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${KEYMAPS} \
+ ${DESTDIR}${MAPSDIR}
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud