Deleted Added
full compact
files (202283) files (202437)
1# $FreeBSD: head/sys/conf/files 202283 2010-01-14 14:30:54Z lulf $
1# $FreeBSD: head/sys/conf/files 202437 2010-01-16 09:52:49Z trasz $
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" \

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

1931geom/label/g_label_msdosfs.c optional geom_label
1932geom/label/g_label_ntfs.c optional geom_label
1933geom/label/g_label_reiserfs.c optional geom_label
1934geom/label/g_label_ufs.c optional geom_label
1935geom/label/g_label_gpt.c optional geom_label
1936geom/linux_lvm/g_linux_lvm.c optional geom_linux_lvm
1937geom/mirror/g_mirror.c optional geom_mirror
1938geom/mirror/g_mirror_ctl.c optional geom_mirror
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" \

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

1931geom/label/g_label_msdosfs.c optional geom_label
1932geom/label/g_label_ntfs.c optional geom_label
1933geom/label/g_label_reiserfs.c optional geom_label
1934geom/label/g_label_ufs.c optional geom_label
1935geom/label/g_label_gpt.c optional geom_label
1936geom/linux_lvm/g_linux_lvm.c optional geom_linux_lvm
1937geom/mirror/g_mirror.c optional geom_mirror
1938geom/mirror/g_mirror_ctl.c optional geom_mirror
1939geom/mountver/g_mountver.c optional geom_mountver
1939geom/multipath/g_multipath.c optional geom_multipath
1940geom/nop/g_nop.c optional geom_nop
1941geom/part/g_part.c standard
1942geom/part/g_part_if.m standard
1943geom/part/g_part_apm.c optional geom_part_apm
1944geom/part/g_part_bsd.c optional geom_part_bsd
1945geom/part/g_part_ebr.c optional geom_part_ebr
1946geom/part/g_part_gpt.c optional geom_part_gpt

--- 953 unchanged lines hidden ---
1940geom/multipath/g_multipath.c optional geom_multipath
1941geom/nop/g_nop.c optional geom_nop
1942geom/part/g_part.c standard
1943geom/part/g_part_if.m standard
1944geom/part/g_part_apm.c optional geom_part_apm
1945geom/part/g_part_bsd.c optional geom_part_bsd
1946geom/part/g_part_ebr.c optional geom_part_ebr
1947geom/part/g_part_gpt.c optional geom_part_gpt

--- 953 unchanged lines hidden ---