Deleted Added
full compact
files (156321) files (156326)
1# $FreeBSD: head/sys/conf/files 156321 2006-03-05 20:36:56Z damien $
1# $FreeBSD: head/sys/conf/files 156326 2006-03-05 22:52:17Z yar $
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

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

329 compile-with "${NORMAL_C} -I$S/contrib/pf"
330contrib/pf/net/pf_table.c optional pf \
331 compile-with "${NORMAL_C} -I$S/contrib/pf"
332contrib/pf/net/pf_osfp.c optional pf \
333 compile-with "${NORMAL_C} -I$S/contrib/pf"
334contrib/pf/netinet/in4_cksum.c optional pf inet
335crypto/blowfish/bf_ecb.c optional ipsec ipsec_esp
336crypto/blowfish/bf_skey.c optional crypto | ipsec ipsec_esp
2#
3# The long compile-with and dependency lines are required because of
4# limitations in config: backslash-newline doesn't work in strings, and
5# dependency lines other than the first are silently ignored.
6#
7acpi_quirks.h optional acpi \
8 dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
9 compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \

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

329 compile-with "${NORMAL_C} -I$S/contrib/pf"
330contrib/pf/net/pf_table.c optional pf \
331 compile-with "${NORMAL_C} -I$S/contrib/pf"
332contrib/pf/net/pf_osfp.c optional pf \
333 compile-with "${NORMAL_C} -I$S/contrib/pf"
334contrib/pf/netinet/in4_cksum.c optional pf inet
335crypto/blowfish/bf_ecb.c optional ipsec ipsec_esp
336crypto/blowfish/bf_skey.c optional crypto | ipsec ipsec_esp
337crypto/des/des_ecb.c optional crypto | ipsec ipsec_esp | netsmbcrypto
338crypto/des/des_setkey.c optional crypto | ipsec ipsec_esp | netsmbcrypto
337crypto/des/des_ecb.c optional crypto | ipsec ipsec_esp | netsmb
338crypto/des/des_setkey.c optional crypto | ipsec ipsec_esp | netsmb
339crypto/rc4/rc4.c optional netgraph_mppc_encryption
340crypto/rijndael/rijndael-alg-fst.c optional crypto | geom_bde | \
341 ipsec | random | wlan_ccmp
342crypto/rijndael/rijndael-api-fst.c optional geom_bde | random
343crypto/rijndael/rijndael-api.c optional crypto | ipsec | wlan_ccmp
344crypto/sha1.c optional carp | crypto | ipsec | \
345 netgraph_mppc_encryption
346crypto/sha2/sha2.c optional crypto | geom_bde | ipsec | random

--- 1700 unchanged lines hidden ---
339crypto/rc4/rc4.c optional netgraph_mppc_encryption
340crypto/rijndael/rijndael-alg-fst.c optional crypto | geom_bde | \
341 ipsec | random | wlan_ccmp
342crypto/rijndael/rijndael-api-fst.c optional geom_bde | random
343crypto/rijndael/rijndael-api.c optional crypto | ipsec | wlan_ccmp
344crypto/sha1.c optional carp | crypto | ipsec | \
345 netgraph_mppc_encryption
346crypto/sha2/sha2.c optional crypto | geom_bde | ipsec | random

--- 1700 unchanged lines hidden ---