Deleted Added
full compact
files.sparc64 (292789) files.sparc64 (298429)
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: stable/10/sys/conf/files.sparc64 292789 2015-12-27 19:37:47Z marius $
4# $FreeBSD: stable/10/sys/conf/files.sparc64 298429 2016-04-21 19:24:36Z emaste $
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 \
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" \
11 compile-with "kbdcontrol -P ${S:S/sys$/share/}/vt/keymaps -P ${S:S/sys$/share/}/syscons/keymaps -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 \
13 clean "atkbdmap.h"
14#
15sunkbdmap.h optional sunkbd_dflt_keymap \
12 no-obj no-implicit-rule before-depend \
13 clean "atkbdmap.h"
14#
15sunkbdmap.h optional sunkbd_dflt_keymap \
16 compile-with "/usr/sbin/kbdcontrol -L ${SUNKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > sunkbdmap.h" \
16 compile-with "kbdcontrol -P ${S:S/sys$/share/}/vt/keymaps -P ${S:S/sys$/share/}/syscons/keymaps -L ${SUNKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > sunkbdmap.h" \
17 no-obj no-implicit-rule before-depend \
18 clean "sunkbdmap.h"
19#
20ukbdmap.h optional ukbd_dflt_keymap \
17 no-obj no-implicit-rule before-depend \
18 clean "sunkbdmap.h"
19#
20ukbdmap.h optional ukbd_dflt_keymap \
21 compile-with "/usr/sbin/kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \
21 compile-with "kbdcontrol -P ${S:S/sys$/share/}/vt/keymaps -P ${S:S/sys$/share/}/syscons/keymaps -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \
22 no-obj no-implicit-rule before-depend \
23 clean "ukbdmap.h"
24#
25cddl/contrib/opensolaris/common/atomic/sparc64/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
26crypto/blowfish/bf_enc.c optional crypto | ipsec
27crypto/des/des_enc.c optional crypto | ipsec | netsmb
28dev/atkbdc/atkbd.c optional atkbd atkbdc
29dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc

--- 121 unchanged lines hidden ---
22 no-obj no-implicit-rule before-depend \
23 clean "ukbdmap.h"
24#
25cddl/contrib/opensolaris/common/atomic/sparc64/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
26crypto/blowfish/bf_enc.c optional crypto | ipsec
27crypto/des/des_enc.c optional crypto | ipsec | netsmb
28dev/atkbdc/atkbd.c optional atkbd atkbdc
29dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc

--- 121 unchanged lines hidden ---