diff options
author | bde <bde@FreeBSD.org> | 2000-03-23 15:42:24 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2000-03-23 15:42:24 +0000 |
commit | acca79baf11e48babc4d0256080069b339bc1794 (patch) | |
tree | 7e11da29347d7a5dc0c66b9e97e9011beb4dafd7 /sys/conf/files.i386 | |
parent | d9abbd8cc887daac43a39fe2704368fbfd552379 (diff) | |
download | FreeBSD-src-acca79baf11e48babc4d0256080069b339bc1794.zip FreeBSD-src-acca79baf11e48babc4d0256080069b339bc1794.tar.gz |
Fixed clean rule for font.h.
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index fce931d..6c70875 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" \ |