Deleted Added
full compact
files.ia64 (242066) files.ia64 (252356)
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 242066 2012-10-25 04:30:48Z imp $
4# $FreeBSD: head/sys/conf/files.ia64 252356 2013-06-28 21:00:08Z davide $
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" \

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

36contrib/ia64/libuwx/src/uwx_scoreboard.c standard
37contrib/ia64/libuwx/src/uwx_step.c standard
38contrib/ia64/libuwx/src/uwx_str.c standard
39contrib/ia64/libuwx/src/uwx_swap.c standard
40contrib/ia64/libuwx/src/uwx_trace.c standard
41contrib/ia64/libuwx/src/uwx_uinfo.c standard
42contrib/ia64/libuwx/src/uwx_utable.c standard
43crypto/blowfish/bf_enc.c optional crypto | ipsec
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" \

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

36contrib/ia64/libuwx/src/uwx_scoreboard.c standard
37contrib/ia64/libuwx/src/uwx_step.c standard
38contrib/ia64/libuwx/src/uwx_str.c standard
39contrib/ia64/libuwx/src/uwx_swap.c standard
40contrib/ia64/libuwx/src/uwx_trace.c standard
41contrib/ia64/libuwx/src/uwx_uinfo.c standard
42contrib/ia64/libuwx/src/uwx_utable.c standard
43crypto/blowfish/bf_enc.c optional crypto | ipsec
44crypto/des/des_enc.c optional crypto | ipsec
44crypto/des/des_enc.c optional crypto | ipsec | netsmb
45dev/atkbdc/atkbd.c optional atkbd atkbdc
46dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
47dev/atkbdc/atkbdc.c optional atkbdc
48dev/atkbdc/atkbdc_isa.c optional atkbdc isa
49dev/atkbdc/atkbdc_subr.c optional atkbdc
50dev/atkbdc/psm.c optional psm atkbdc
51dev/fb/fb.c optional fb | vga
52dev/fb/vga.c optional vga

--- 83 unchanged lines hidden ---
45dev/atkbdc/atkbd.c optional atkbd atkbdc
46dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
47dev/atkbdc/atkbdc.c optional atkbdc
48dev/atkbdc/atkbdc_isa.c optional atkbdc isa
49dev/atkbdc/atkbdc_subr.c optional atkbdc
50dev/atkbdc/psm.c optional psm atkbdc
51dev/fb/fb.c optional fb | vga
52dev/fb/vga.c optional vga

--- 83 unchanged lines hidden ---