Deleted Added
full compact
files (159965) files (159979)
1# $FreeBSD: head/sys/conf/files 159965 2006-06-26 22:30:08Z thompsa $
1# $FreeBSD: head/sys/conf/files 159979 2006-06-27 12:45:28Z glebius $
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" \

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

1657netgraph/ng_parse.c optional netgraph
1658netgraph/ng_ppp.c optional netgraph_ppp
1659netgraph/ng_pppoe.c optional netgraph_pppoe
1660netgraph/ng_pptpgre.c optional netgraph_pptpgre
1661netgraph/ng_rfc1490.c optional netgraph_rfc1490
1662netgraph/ng_socket.c optional netgraph_socket
1663netgraph/ng_split.c optional netgraph_split
1664netgraph/ng_sppp.c optional netgraph_sppp
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" \

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

1657netgraph/ng_parse.c optional netgraph
1658netgraph/ng_ppp.c optional netgraph_ppp
1659netgraph/ng_pppoe.c optional netgraph_pppoe
1660netgraph/ng_pptpgre.c optional netgraph_pptpgre
1661netgraph/ng_rfc1490.c optional netgraph_rfc1490
1662netgraph/ng_socket.c optional netgraph_socket
1663netgraph/ng_split.c optional netgraph_split
1664netgraph/ng_sppp.c optional netgraph_sppp
1665netgraph/ng_tag.c optional netgraph_tag
1665netgraph/ng_tcpmss.c optional netgraph_tcpmss
1666netgraph/ng_tee.c optional netgraph_tee
1667netgraph/ng_tty.c optional netgraph_tty
1668netgraph/ng_vjc.c optional netgraph_vjc
1669netinet/accf_data.c optional accept_filter_data
1670netinet/accf_http.c optional accept_filter_http
1671netinet/if_atm.c optional atm
1672netinet/if_ether.c optional ether

--- 401 unchanged lines hidden ---
1666netgraph/ng_tcpmss.c optional netgraph_tcpmss
1667netgraph/ng_tee.c optional netgraph_tee
1668netgraph/ng_tty.c optional netgraph_tty
1669netgraph/ng_vjc.c optional netgraph_vjc
1670netinet/accf_data.c optional accept_filter_data
1671netinet/accf_http.c optional accept_filter_http
1672netinet/if_atm.c optional atm
1673netinet/if_ether.c optional ether

--- 401 unchanged lines hidden ---