Deleted Added
full compact
files (167015) files (167050)
1# $FreeBSD: head/sys/conf/files 167015 2007-02-26 11:55:34Z rwatson $
1# $FreeBSD: head/sys/conf/files 167050 2007-02-27 04:01:58Z mjacob $
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" \

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

1205geom/label/g_label_ext2fs.c optional geom_label
1206geom/label/g_label_iso9660.c optional geom_label
1207geom/label/g_label_msdosfs.c optional geom_label
1208geom/label/g_label_ntfs.c optional geom_label
1209geom/label/g_label_reiserfs.c optional geom_label
1210geom/label/g_label_ufs.c optional geom_label
1211geom/mirror/g_mirror.c optional geom_mirror
1212geom/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" \

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

1205geom/label/g_label_ext2fs.c optional geom_label
1206geom/label/g_label_iso9660.c optional geom_label
1207geom/label/g_label_msdosfs.c optional geom_label
1208geom/label/g_label_ntfs.c optional geom_label
1209geom/label/g_label_reiserfs.c optional geom_label
1210geom/label/g_label_ufs.c optional geom_label
1211geom/mirror/g_mirror.c optional geom_mirror
1212geom/mirror/g_mirror_ctl.c optional geom_mirror
1213geom/multipath/g_multipath.c optional geom_multipath
1213geom/nop/g_nop.c optional geom_nop
1214geom/part/g_part.c standard
1215geom/part/g_part_if.m standard
1216geom/part/g_part_apm.c optional geom_part_apm
1217geom/part/g_part_gpt.c optional geom_part_gpt
1218geom/raid3/g_raid3.c optional geom_raid3
1219geom/raid3/g_raid3_ctl.c optional geom_raid3
1220geom/shsec/g_shsec.c optional geom_shsec

--- 931 unchanged lines hidden ---
1214geom/nop/g_nop.c optional geom_nop
1215geom/part/g_part.c standard
1216geom/part/g_part_if.m standard
1217geom/part/g_part_apm.c optional geom_part_apm
1218geom/part/g_part_gpt.c optional geom_part_gpt
1219geom/raid3/g_raid3.c optional geom_raid3
1220geom/raid3/g_raid3_ctl.c optional geom_raid3
1221geom/shsec/g_shsec.c optional geom_shsec

--- 931 unchanged lines hidden ---