Deleted Added
full compact
files.sparc64 (163630) files.sparc64 (163890)
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 163630 2006-10-23 13:23:14Z ru $
4# $FreeBSD: head/sys/conf/files.sparc64 163890 2006-11-02 00:01:15Z 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 \
13 clean "atkbdmap.h"
14#
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 \
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" \
17 no-obj no-implicit-rule before-depend \
18 clean "sunkbdmap.h"
19#
15ukbdmap.h optional ukbd_dflt_keymap \
16 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" \
17 no-obj no-implicit-rule before-depend \
18 clean "ukbdmap.h"
19#
20hal.o optional ath_hal \
21 dependency "$S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \
22 compile-with "uudecode < $S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \

--- 114 unchanged lines hidden ---
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" \
22 no-obj no-implicit-rule before-depend \
23 clean "ukbdmap.h"
24#
25hal.o optional ath_hal \
26 dependency "$S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \
27 compile-with "uudecode < $S/contrib/dev/ath/public/sparc64-be-elf.hal.o.uu" \

--- 114 unchanged lines hidden ---