Deleted Added
full compact
files.pc98 (189851) files.pc98 (191919)
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 189851 2009-03-15 14:21:05Z rwatson $
6# $FreeBSD: head/sys/conf/files.pc98 191919 2009-05-08 20:06:37Z 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}" \

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

66compat/svr4/svr4_socket.c optional compat_svr4
67compat/svr4/svr4_sockio.c optional compat_svr4
68compat/svr4/svr4_stat.c optional compat_svr4
69compat/svr4/svr4_stream.c optional compat_svr4
70compat/svr4/svr4_syscallnames.c optional compat_svr4
71compat/svr4/svr4_sysent.c optional compat_svr4
72compat/svr4/svr4_sysvec.c optional compat_svr4
73compat/svr4/svr4_termios.c optional compat_svr4
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}" \

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

66compat/svr4/svr4_socket.c optional compat_svr4
67compat/svr4/svr4_sockio.c optional compat_svr4
68compat/svr4/svr4_stat.c optional compat_svr4
69compat/svr4/svr4_stream.c optional compat_svr4
70compat/svr4/svr4_syscallnames.c optional compat_svr4
71compat/svr4/svr4_sysent.c optional compat_svr4
72compat/svr4/svr4_sysvec.c optional compat_svr4
73compat/svr4/svr4_termios.c optional compat_svr4
74compat/svr4/svr4_ttold.c optional compat_svr4
75bf_enc.o optional crypto | ipsec \
76 dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
77 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
78 no-implicit-rule
79crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
80dev/agp/agp_ali.c optional agp
81dev/agp/agp_amd.c optional agp
82dev/agp/agp_i810.c optional agp

--- 173 unchanged lines hidden ---
74bf_enc.o optional crypto | ipsec \
75 dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
76 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
77 no-implicit-rule
78crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
79dev/agp/agp_ali.c optional agp
80dev/agp/agp_amd.c optional agp
81dev/agp/agp_i810.c optional agp

--- 173 unchanged lines hidden ---