Deleted Added
full compact
files.pc98 (71990) files.pc98 (72093)
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 71990 2001-02-04 11:18:15Z phk $
6# $FreeBSD: head/sys/conf/files.pc98 72093 2001-02-06 12:05:58Z asmodai $
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}" \

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

215i386/isa/if_le.c count le
216i386/isa/if_rdp.c count rdp
217i386/isa/if_sr.c count sr
218i386/isa/if_wl.c count wl
219i386/isa/intr_machdep.c standard
220i386/isa/ithread.c standard
221i386/isa/isa.c optional isa
222i386/isa/isa_compat.c optional isa compat_oldisa \
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}" \

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

215i386/isa/if_le.c count le
216i386/isa/if_rdp.c count rdp
217i386/isa/if_sr.c count sr
218i386/isa/if_wl.c count wl
219i386/isa/intr_machdep.c standard
220i386/isa/ithread.c standard
221i386/isa/isa.c optional isa
222i386/isa/isa_compat.c optional isa compat_oldisa \
223 warning "Old ISA driver compatability shims present."
223 warning "Old ISA driver compatibility shims present."
224i386/isa/istallion.c optional stli
225i386/isa/loran.c optional loran
226i386/isa/matcd/matcd.c count matcd
227i386/isa/mca_machdep.c optional mca
228i386/isa/mcd.c count mcd
229i386/isa/pcf.c optional pcf
230i386/isa/pcvt/pcvt_drv.c optional vt
231i386/isa/pcvt/pcvt_ext.c optional vt

--- 144 unchanged lines hidden ---
224i386/isa/istallion.c optional stli
225i386/isa/loran.c optional loran
226i386/isa/matcd/matcd.c count matcd
227i386/isa/mca_machdep.c optional mca
228i386/isa/mcd.c count mcd
229i386/isa/pcf.c optional pcf
230i386/isa/pcvt/pcvt_drv.c optional vt
231i386/isa/pcvt/pcvt_ext.c optional vt

--- 144 unchanged lines hidden ---