Deleted Added
full compact
files.i386 (159967) files.i386 (160582)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.i386 159967 2006-06-26 23:41:07Z obrien $
4# $FreeBSD: head/sys/conf/files.i386 160582 2006-07-22 16:18:47Z pjd $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

130contrib/dev/oltr/trlldhm.c optional oltr
131contrib/dev/oltr/trlldmac.c optional oltr
132bf_enc.o optional crypto | ipsec ipsec_esp \
133 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" \
134 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
135 no-implicit-rule
136crypto/des/arch/i386/des_enc.S optional crypto | ipsec ipsec_esp | netsmb
137crypto/via/padlock.c optional padlock
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

130contrib/dev/oltr/trlldhm.c optional oltr
131contrib/dev/oltr/trlldmac.c optional oltr
132bf_enc.o optional crypto | ipsec ipsec_esp \
133 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" \
134 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
135 no-implicit-rule
136crypto/des/arch/i386/des_enc.S optional crypto | ipsec ipsec_esp | netsmb
137crypto/via/padlock.c optional padlock
138crypto/via/padlock_cipher.c optional padlock
139crypto/via/padlock_hash.c optional padlock
138dev/advansys/adv_isa.c optional adv isa
139dev/aic/aic_isa.c optional aic isa
140dev/arcmsr/arcmsr.c optional arcmsr pci
141dev/ar/if_ar.c optional ar
142dev/ar/if_ar_isa.c optional ar isa
143dev/ar/if_ar_pci.c optional ar pci
144dev/arl/if_arl.c optional arl
145dev/arl/if_arl_isa.c optional arl isa

--- 307 unchanged lines hidden ---
140dev/advansys/adv_isa.c optional adv isa
141dev/aic/aic_isa.c optional aic isa
142dev/arcmsr/arcmsr.c optional arcmsr pci
143dev/ar/if_ar.c optional ar
144dev/ar/if_ar_isa.c optional ar isa
145dev/ar/if_ar_pci.c optional ar pci
146dev/arl/if_arl.c optional arl
147dev/arl/if_arl_isa.c optional arl isa

--- 307 unchanged lines hidden ---