Deleted Added
full compact
files.pc98 (76656) files.pc98 (78135)
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 76656 2001-05-15 23:47:17Z imp $
6# $FreeBSD: head/sys/conf/files.pc98 78135 2001-06-12 09:40:04Z peter $
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}" \

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

367netsmb/smb_rq.c optional netsmb
368netsmb/smb_smb.c optional netsmb
369netsmb/smb_subr.c optional netsmb
370netsmb/smb_trantcp.c optional netsmb
371netsmb/smb_usr.c optional netsmb
372pc98/apm/apm.c optional apm
373pc98/apm/apm_bioscall.s optional apm
374pc98/i386/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}" \

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

367netsmb/smb_rq.c optional netsmb
368netsmb/smb_smb.c optional netsmb
369netsmb/smb_subr.c optional netsmb
370netsmb/smb_trantcp.c optional netsmb
371netsmb/smb_usr.c optional netsmb
372pc98/apm/apm.c optional apm
373pc98/apm/apm_bioscall.s optional apm
374pc98/i386/machdep.c standard
375pc98/i386/userconfig.c optional userconfig
375#pc98/i386/userconfig.c optional userconfig
376pc98/pc98/atapi.c optional wdc
377pc98/pc98/clock.c standard
378pc98/pc98/diskslice_machdep.c standard
379pc98/pc98/fd.c optional fdc
380pc98/pc98/isa_dma.c optional isa
381pc98/pc98/mse.c optional mse
382pc98/pc98/npx.c mandatory npx
383pc98/pc98/olpt.c count olpt

--- 18 unchanged lines hidden ---
376pc98/pc98/atapi.c optional wdc
377pc98/pc98/clock.c standard
378pc98/pc98/diskslice_machdep.c standard
379pc98/pc98/fd.c optional fdc
380pc98/pc98/isa_dma.c optional isa
381pc98/pc98/mse.c optional mse
382pc98/pc98/npx.c mandatory npx
383pc98/pc98/olpt.c count olpt

--- 18 unchanged lines hidden ---