Deleted Added
full compact
files (138627) files (139365)
1# $FreeBSD: head/sys/conf/files 138627 2004-12-09 13:54:29Z takawata $
1# $FreeBSD: head/sys/conf/files 139365 2004-12-28 00:07:57Z rik $
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" \

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

1246net/if_gif.c optional gif
1247net/if_gre.c optional gre
1248net/if_iso88025subr.c optional token
1249net/if_loop.c optional loop
1250net/if_media.c standard
1251net/if_mib.c standard
1252net/if_ppp.c optional ppp
1253net/if_sl.c optional sl
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" \

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

1246net/if_gif.c optional gif
1247net/if_gre.c optional gre
1248net/if_iso88025subr.c optional token
1249net/if_loop.c optional loop
1250net/if_media.c standard
1251net/if_mib.c standard
1252net/if_ppp.c optional ppp
1253net/if_sl.c optional sl
1254net/if_spppfr.c optional sppp
1255net/if_spppfr.c optional i4bisppp
1254net/if_spppsubr.c optional sppp
1255net/if_spppsubr.c optional i4bisppp
1256net/if_stf.c optional stf
1257net/if_tun.c optional tun
1258net/if_tap.c optional tap
1259net/if_vlan.c optional vlan
1260net/netisr.c standard
1261net/ppp_deflate.c optional ppp_deflate

--- 474 unchanged lines hidden ---
1256net/if_spppsubr.c optional sppp
1257net/if_spppsubr.c optional i4bisppp
1258net/if_stf.c optional stf
1259net/if_tun.c optional tun
1260net/if_tap.c optional tap
1261net/if_vlan.c optional vlan
1262net/netisr.c standard
1263net/ppp_deflate.c optional ppp_deflate

--- 474 unchanged lines hidden ---