Deleted Added
full compact
files.ia64 (85365) files.ia64 (85556)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.ia64 85365 2001-10-23 15:17:33Z imp $
4# $FreeBSD: head/sys/conf/files.ia64 85556 2001-10-26 17:43:05Z iwasaki $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 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" \
13 no-implicit-rule before-depend \
14 clean "${STD8X16FONT}-8x16 font8x16.c"
15#
16atkbdmap.h optional atkbd_dflt_keymap \
17 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" \
18 no-obj no-implicit-rule before-depend \
19 clean "atkbdmap.h"
20#
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11font8x16.o optional std8x16font \
12 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" \
13 no-implicit-rule before-depend \
14 clean "${STD8X16FONT}-8x16 font8x16.c"
15#
16atkbdmap.h optional atkbd_dflt_keymap \
17 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" \
18 no-obj no-implicit-rule before-depend \
19 clean "atkbdmap.h"
20#
21ia64/acpica/acpi_machdep.c optional acpica
21ia64/acpica/acpi_wakeup.c optional acpica
22ia64/acpica/OsdEnvironment.c optional acpica
23ia64/acpica/madt.c optional acpica
24ia64/ia64/ia64-gdbstub.c optional ddb
25ia64/ia64/autoconf.c standard
26ia64/ia64/busdma_machdep.c standard
27ia64/ia64/clock.c standard
28ia64/ia64/clock_if.m standard

--- 86 unchanged lines hidden ---
22ia64/acpica/acpi_wakeup.c optional acpica
23ia64/acpica/OsdEnvironment.c optional acpica
24ia64/acpica/madt.c optional acpica
25ia64/ia64/ia64-gdbstub.c optional ddb
26ia64/ia64/autoconf.c standard
27ia64/ia64/busdma_machdep.c standard
28ia64/ia64/clock.c standard
29ia64/ia64/clock_if.m standard

--- 86 unchanged lines hidden ---