Deleted Added
full compact
files.pc98 (293601) files.pc98 (298429)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801/PC-9821
5#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801/PC-9821
5#
6# $FreeBSD: stable/10/sys/conf/files.pc98 293601 2016-01-09 18:09:07Z dchagin $
6# $FreeBSD: stable/10/sys/conf/files.pc98 298429 2016-04-21 19:24:36Z emaste $
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

41#
42svr4_assym.h optional compat_svr4 \
43 dependency "$S/kern/genassym.sh svr4_genassym.o" \
44 compile-with "sh $S/kern/genassym.sh svr4_genassym.o > ${.TARGET}" \
45 no-obj no-implicit-rule before-depend \
46 clean "svr4_assym.h"
47#
48ukbdmap.h optional ukbd_dflt_keymap \
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

41#
42svr4_assym.h optional compat_svr4 \
43 dependency "$S/kern/genassym.sh svr4_genassym.o" \
44 compile-with "sh $S/kern/genassym.sh svr4_genassym.o > ${.TARGET}" \
45 no-obj no-implicit-rule before-depend \
46 clean "svr4_assym.h"
47#
48ukbdmap.h optional ukbd_dflt_keymap \
49 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" \
49 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" \
50 no-obj no-implicit-rule before-depend \
51 clean "ukbdmap.h"
52#
53cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
54compat/linprocfs/linprocfs.c optional linprocfs
55compat/linsysfs/linsysfs.c optional linsysfs
56compat/linux/linux_event.c optional compat_linux
57compat/linux/linux_emul.c optional compat_linux

--- 219 unchanged lines hidden ---
50 no-obj no-implicit-rule before-depend \
51 clean "ukbdmap.h"
52#
53cddl/contrib/opensolaris/common/atomic/i386/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
54compat/linprocfs/linprocfs.c optional linprocfs
55compat/linsysfs/linsysfs.c optional linsysfs
56compat/linux/linux_event.c optional compat_linux
57compat/linux/linux_emul.c optional compat_linux

--- 219 unchanged lines hidden ---