Deleted Added
full compact
files.pc98 (188654) files.pc98 (189170)
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: head/sys/conf/files.pc98 188654 2009-02-15 20:24:21Z thompsa $
6# $FreeBSD: head/sys/conf/files.pc98 189170 2009-02-28 16:21:25Z ed $
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}" \

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

219 warning "COMPAT_SVR4 is broken and should be avoided"
220i386/svr4/svr4_machdep.c optional compat_svr4
221#
222kern/imgact_aout.c optional compat_aout
223kern/imgact_gzip.c optional gzip
224libkern/divdi3.c standard
225libkern/ffsl.c standard
226libkern/flsl.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:N-fno-common} -c ${.IMPSRC}" \

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

219 warning "COMPAT_SVR4 is broken and should be avoided"
220i386/svr4/svr4_machdep.c optional compat_svr4
221#
222kern/imgact_aout.c optional compat_aout
223kern/imgact_gzip.c optional gzip
224libkern/divdi3.c standard
225libkern/ffsl.c standard
226libkern/flsl.c standard
227libkern/memmove.c standard
227libkern/memset.c standard
228libkern/moddi3.c standard
229libkern/qdivrem.c standard
230libkern/ucmpdi2.c standard
231libkern/udivdi3.c standard
232libkern/umoddi3.c standard
233pc98/apm/apm_bioscall.S optional apm
234pc98/cbus/cbus_dma.c optional isa

--- 22 unchanged lines hidden ---
228libkern/memset.c standard
229libkern/moddi3.c standard
230libkern/qdivrem.c standard
231libkern/ucmpdi2.c standard
232libkern/udivdi3.c standard
233libkern/umoddi3.c standard
234pc98/apm/apm_bioscall.S optional apm
235pc98/cbus/cbus_dma.c optional isa

--- 22 unchanged lines hidden ---