Deleted Added
full compact
files.sparc64 (152862) files.sparc64 (155151)
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.sparc64 152862 2005-11-27 21:41:58Z ru $
4# $FreeBSD: head/sys/conf/files.sparc64 155151 2006-01-31 22:34:13Z marius $
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#
10atkbdmap.h optional atkbd_dflt_keymap \
11 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" \
12 no-obj no-implicit-rule before-depend \

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

31dev/auxio/auxio.c optional auxio sbus | auxio ebus
32dev/esp/esp_sbus.c optional esp sbus
33dev/fb/creator.c optional creator sc
34dev/fb/fb.c optional sc
35dev/fb/machfb.c optional machfb sc
36dev/fb/splash.c optional splash
37dev/hwpmc/hwpmc_sparc64.c optional hwpmc
38dev/kbd/kbd.c optional atkbd | sc | ukbd
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#
10atkbdmap.h optional atkbd_dflt_keymap \
11 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" \
12 no-obj no-implicit-rule before-depend \

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

31dev/auxio/auxio.c optional auxio sbus | auxio ebus
32dev/esp/esp_sbus.c optional esp sbus
33dev/fb/creator.c optional creator sc
34dev/fb/fb.c optional sc
35dev/fb/machfb.c optional machfb sc
36dev/fb/splash.c optional splash
37dev/hwpmc/hwpmc_sparc64.c optional hwpmc
38dev/kbd/kbd.c optional atkbd | sc | ukbd
39dev/le/if_le_ledma.c optional le sbus
39dev/ofw/ofw_bus_if.m standard
40dev/ofw/ofw_bus_subr.c standard
41dev/ofw/ofw_console.c optional ofw_console
42dev/ofw/openfirm.c standard
43dev/ofw/openfirmio.c standard
44dev/ofw/openpromio.c standard
45dev/pcf/envctrl.c optional pcf ebus
46dev/pcf/pcf_ebus.c optional pcf ebus

--- 88 unchanged lines hidden ---
40dev/ofw/ofw_bus_if.m standard
41dev/ofw/ofw_bus_subr.c standard
42dev/ofw/ofw_console.c optional ofw_console
43dev/ofw/openfirm.c standard
44dev/ofw/openfirmio.c standard
45dev/ofw/openpromio.c standard
46dev/pcf/envctrl.c optional pcf ebus
47dev/pcf/pcf_ebus.c optional pcf ebus

--- 88 unchanged lines hidden ---