aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-03-23 15:42:24 +0000
committerBruce Evans <bde@FreeBSD.org>2000-03-23 15:42:24 +0000
commit0784615675f73524799258fe0edddff24fab1f7e (patch)
tree0929cd3cc66ea6f1e67d0260179634cef45d5719 /sys
parente92393ba2b2a7a8d8afc124e42079779357f4644 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index fce931d82144..6c7087569165 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -34,7 +34,7 @@ svr4_assym.h optional compat_svr4 \
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"
+ 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" \