Deleted Added
full compact
files (200580) files (200590)
1# $FreeBSD: head/sys/conf/files 200580 2009-12-15 16:15:14Z luigi $
1# $FreeBSD: head/sys/conf/files 200590 2009-12-15 21:24:12Z luigi $
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" \

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

2425netinet/ip_ecn.c optional inet | inet6
2426netinet/ip_encap.c optional inet | inet6
2427netinet/ip_fastfwd.c optional inet
2428netinet/ipfw/ip_fw2.c optional inet ipfirewall \
2429 compile-with "${NORMAL_C} -I$S/contrib/pf"
2430netinet/ipfw/ip_fw_dynamic.c optional inet ipfirewall
2431netinet/ipfw/ip_fw_log.c optional inet ipfirewall
2432netinet/ipfw/ip_fw_pfil.c optional inet ipfirewall
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" \

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

2425netinet/ip_ecn.c optional inet | inet6
2426netinet/ip_encap.c optional inet | inet6
2427netinet/ip_fastfwd.c optional inet
2428netinet/ipfw/ip_fw2.c optional inet ipfirewall \
2429 compile-with "${NORMAL_C} -I$S/contrib/pf"
2430netinet/ipfw/ip_fw_dynamic.c optional inet ipfirewall
2431netinet/ipfw/ip_fw_log.c optional inet ipfirewall
2432netinet/ipfw/ip_fw_pfil.c optional inet ipfirewall
2433netinet/ipfw/ip_fw_sockopt.c optional inet ipfirewall
2434netinet/ipfw/ip_fw_table.c optional inet ipfirewall
2433netinet/ipfw/ip_fw_nat.c optional inet ipfirewall_nat
2434netinet/ip_icmp.c optional inet
2435netinet/ip_input.c optional inet
2436netinet/ip_ipsec.c optional inet ipsec
2437netinet/ip_mroute.c optional mrouting inet | mrouting inet6
2438netinet/ip_options.c optional inet
2439netinet/ip_output.c optional inet
2440netinet/raw_ip.c optional inet

--- 430 unchanged lines hidden ---
2435netinet/ipfw/ip_fw_nat.c optional inet ipfirewall_nat
2436netinet/ip_icmp.c optional inet
2437netinet/ip_input.c optional inet
2438netinet/ip_ipsec.c optional inet ipsec
2439netinet/ip_mroute.c optional mrouting inet | mrouting inet6
2440netinet/ip_options.c optional inet
2441netinet/ip_output.c optional inet
2442netinet/raw_ip.c optional inet

--- 430 unchanged lines hidden ---