Deleted Added
full compact
files.pc98 (71370) files.pc98 (71576)
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
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
5#
6# $FreeBSD: head/sys/conf/files.pc98 71370 2001-01-22 11:27:25Z nyan $
6# $FreeBSD: head/sys/conf/files.pc98 71576 2001-01-24 12:35:55Z jasone $
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} -c ${.IMPSRC}" \

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

166i386/i386/mp_machdep.c optional smp
167i386/i386/mpapic.c optional smp
168i386/i386/mpboot.s optional smp
169i386/i386/nexus.c standard
170i386/i386/perfmon.c optional perfmon
171i386/i386/perfmon.c optional perfmon profiling-routine
172i386/i386/pmap.c standard
173i386/i386/procfs_machdep.c standard
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} -c ${.IMPSRC}" \

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

166i386/i386/mp_machdep.c optional smp
167i386/i386/mpapic.c optional smp
168i386/i386/mpboot.s optional smp
169i386/i386/nexus.c standard
170i386/i386/perfmon.c optional perfmon
171i386/i386/perfmon.c optional perfmon profiling-routine
172i386/i386/pmap.c standard
173i386/i386/procfs_machdep.c standard
174i386/i386/simplelock.s optional smp
175i386/i386/support.s standard
176i386/i386/swtch.s standard
177i386/i386/sys_machdep.c standard
178i386/i386/trap.c standard
179i386/i386/vm86.c standard
180i386/i386/vm_machdep.c standard
181i386/ibcs2/ibcs2_errno.c optional ibcs2
182i386/ibcs2/ibcs2_fcntl.c optional ibcs2

--- 195 unchanged lines hidden ---
174i386/i386/support.s standard
175i386/i386/swtch.s standard
176i386/i386/sys_machdep.c standard
177i386/i386/trap.c standard
178i386/i386/vm86.c standard
179i386/i386/vm_machdep.c standard
180i386/ibcs2/ibcs2_errno.c optional ibcs2
181i386/ibcs2/ibcs2_fcntl.c optional ibcs2

--- 195 unchanged lines hidden ---