Deleted Added
sdiff udiff text old ( 66916 ) new ( 67352 )
full compact
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 66916 2000-10-10 08:12:15Z kato $
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}" \

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

173i386/i386/perfmon.c optional perfmon
174i386/i386/perfmon.c optional perfmon profiling-routine
175i386/i386/pmap.c standard
176i386/i386/procfs_machdep.c standard
177i386/i386/simplelock.s optional smp
178i386/i386/support.s standard
179i386/i386/swtch.s standard
180i386/i386/sys_machdep.c standard
181i386/i386/synch_machdep.c standard
182i386/i386/trap.c standard
183i386/i386/vm86.c standard
184i386/i386/vm_machdep.c standard
185i386/ibcs2/ibcs2_errno.c optional ibcs2
186i386/ibcs2/ibcs2_fcntl.c optional ibcs2
187i386/ibcs2/ibcs2_ioctl.c optional ibcs2
188i386/ibcs2/ibcs2_ipc.c optional ibcs2
189i386/ibcs2/ibcs2_isc.c optional ibcs2

--- 177 unchanged lines hidden ---