Deleted Added
full compact
files.ia64 (104487) files.ia64 (104519)
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 104487 2002-10-04 20:42:36Z sam $
4# $FreeBSD: head/sys/conf/files.ia64 104519 2002-10-05 16:35:33Z phk $
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" \

--- 81 unchanged lines hidden (view full) ---

94dev/syscons/scterm.c optional sc
95dev/syscons/scterm-dumb.c optional sc
96dev/syscons/scterm-sc.c optional sc
97dev/syscons/scvgarndr.c optional sc vga
98dev/syscons/scvidctl.c optional sc
99dev/syscons/scvtb.c optional sc
100dev/syscons/syscons.c optional sc
101dev/syscons/sysmouse.c optional sc
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" \

--- 81 unchanged lines hidden (view full) ---

94dev/syscons/scterm.c optional sc
95dev/syscons/scterm-dumb.c optional sc
96dev/syscons/scterm-sc.c optional sc
97dev/syscons/scvgarndr.c optional sc vga
98dev/syscons/scvidctl.c optional sc
99dev/syscons/scvtb.c optional sc
100dev/syscons/syscons.c optional sc
101dev/syscons/sysmouse.c optional sc
102geom/geom_gpt.c standard
102isa/atkbd_isa.c optional atkbd
103isa/atkbdc_isa.c optional atkbdc
104isa/fd.c optional fdc
105isa/ppc.c optional ppc
106isa/psm.c optional psm
107isa/syscons_isa.c optional sc
108isa/vga_isa.c optional vga
109kern/subr_diskmbr.c standard

--- 12 unchanged lines hidden ---
103isa/atkbd_isa.c optional atkbd
104isa/atkbdc_isa.c optional atkbdc
105isa/fd.c optional fdc
106isa/ppc.c optional ppc
107isa/psm.c optional psm
108isa/syscons_isa.c optional sc
109isa/vga_isa.c optional vga
110kern/subr_diskmbr.c standard

--- 12 unchanged lines hidden ---