Deleted Added
full compact
files.pc98 (114414) files.pc98 (115469)
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 114414 2003-05-01 13:44:24Z nyan $
6# $FreeBSD: head/sys/conf/files.pc98 115469 2003-05-31 17:06:20Z phk $
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}" \

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

217i386/ibcs2/ibcs2_xenix.c optional ibcs2
218i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
219i386/ibcs2/imgact_coff.c optional ibcs2
220i386/isa/bs/bs.c optional bs
221i386/isa/bs/bsfunc.c optional bs
222i386/isa/bs/bshw.c optional bs
223i386/isa/bs/bsif.c count bs
224i386/isa/cronyx.c optional cx
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}" \

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

217i386/ibcs2/ibcs2_xenix.c optional ibcs2
218i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
219i386/ibcs2/imgact_coff.c optional ibcs2
220i386/isa/bs/bs.c optional bs
221i386/isa/bs/bsfunc.c optional bs
222i386/isa/bs/bshw.c optional bs
223i386/isa/bs/bsif.c count bs
224i386/isa/cronyx.c optional cx
225i386/isa/ctx.c count ctx
225i386/isa/ctx.c optional ctx
226i386/isa/cx.c count cx
227i386/isa/cy.c count cy
228i386/isa/elink.c optional ep
229i386/isa/elink.c optional ie
230i386/isa/gpib.c optional gp
231i386/isa/if_cx.c optional cx
232i386/isa/if_el.c count el
233i386/isa/if_le.c count le

--- 162 unchanged lines hidden ---
226i386/isa/cx.c count cx
227i386/isa/cy.c count cy
228i386/isa/elink.c optional ep
229i386/isa/elink.c optional ie
230i386/isa/gpib.c optional gp
231i386/isa/if_cx.c optional cx
232i386/isa/if_el.c count el
233i386/isa/if_le.c count le

--- 162 unchanged lines hidden ---