Deleted Added
full compact
files.i386 (78059) files.i386 (78135)
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.i386 78059 2001-06-11 10:57:33Z des $
4# $FreeBSD: head/sys/conf/files.i386 78135 2001-06-12 09:40:04Z peter $
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#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

189i386/i386/perfmon.c optional perfmon
190i386/i386/perfmon.c optional perfmon profiling-routine
191i386/i386/pmap.c standard
192i386/i386/procfs_machdep.c standard
193i386/i386/support.s standard
194i386/i386/swtch.s standard
195i386/i386/sys_machdep.c standard
196i386/i386/trap.c standard
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#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

189i386/i386/perfmon.c optional perfmon
190i386/i386/perfmon.c optional perfmon profiling-routine
191i386/i386/pmap.c standard
192i386/i386/procfs_machdep.c standard
193i386/i386/support.s standard
194i386/i386/swtch.s standard
195i386/i386/sys_machdep.c standard
196i386/i386/trap.c standard
197i386/i386/userconfig.c optional userconfig
197#i386/i386/userconfig.c optional userconfig
198i386/i386/vm86.c standard
199i386/i386/vm_machdep.c standard
200i386/ibcs2/ibcs2_errno.c optional ibcs2
201i386/ibcs2/ibcs2_fcntl.c optional ibcs2
202i386/ibcs2/ibcs2_ioctl.c optional ibcs2
203i386/ibcs2/ibcs2_ipc.c optional ibcs2
204i386/ibcs2/ibcs2_isc.c optional ibcs2
205i386/ibcs2/ibcs2_isc_sysent.c optional ibcs2

--- 181 unchanged lines hidden ---
198i386/i386/vm86.c standard
199i386/i386/vm_machdep.c standard
200i386/ibcs2/ibcs2_errno.c optional ibcs2
201i386/ibcs2/ibcs2_fcntl.c optional ibcs2
202i386/ibcs2/ibcs2_ioctl.c optional ibcs2
203i386/ibcs2/ibcs2_ipc.c optional ibcs2
204i386/ibcs2/ibcs2_isc.c optional ibcs2
205i386/ibcs2/ibcs2_isc_sysent.c optional ibcs2

--- 181 unchanged lines hidden ---