summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.alpha
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-19 03:36:25 +0000
committerpeter <peter@FreeBSD.org>2002-09-19 03:36:25 +0000
commita059a58a99b6e22aecf174427806403adc8d6cf6 (patch)
treeb975cc263c49ae3a2ec94260d2f163e4329cea28 /sys/conf/files.alpha
parent129e34b9ef0d6b8177f26da842dfec1ec00f5d85 (diff)
downloadFreeBSD-src-a059a58a99b6e22aecf174427806403adc8d6cf6.zip
FreeBSD-src-a059a58a99b6e22aecf174427806403adc8d6cf6.tar.gz
Add Yet Another Duplicate of the font.h and ukbdmap.h rules. Remove
the font8x16.o glue, since that appears to have died ages ago and has no remaining references.
Diffstat (limited to 'sys/conf/files.alpha')
-rw-r--r--sys/conf/files.alpha13
1 files changed, 9 insertions, 4 deletions
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 517585b..017e049 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -20,16 +20,21 @@ linux_assym.h optional compat_linux \
no-obj no-implicit-rule before-depend \
clean "linux_assym.h"
#
-font8x16.o optional std8x16font \
- compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
- no-implicit-rule before-depend \
- clean "${STD8X16FONT}-8x16 font8x16.c"
+font.h optional sc_dflt_font \
+ compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'static u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'static u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'static u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8"
#
atkbdmap.h optional atkbd_dflt_keymap \
compile-with "/usr/sbin/kbdcontrol -L ${ATKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > atkbdmap.h" \
no-obj no-implicit-rule before-depend \
clean "atkbdmap.h"
#
+ukbdmap.h optional ukbd_dflt_keymap \
+ compile-with "/usr/sbin/kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "ukbdmap.h"
+#
alpha/alpha/alpha-gdbstub.c optional ddb
alpha/alpha/api_up1000.c optional api_up1000
alpha/alpha/atomic.s standard
OpenPOWER on IntegriCloud