Deleted Added
full compact
files (254147) files (254260)
1# $FreeBSD: head/sys/conf/files 254147 2013-08-09 15:31:50Z obrien $
1# $FreeBSD: head/sys/conf/files 254260 2013-08-12 21:34:48Z pfg $
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" \

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

2709geom/uzip/g_uzip.c optional geom_uzip
2710geom/virstor/binstream.c optional geom_virstor
2711geom/virstor/g_virstor.c optional geom_virstor
2712geom/virstor/g_virstor_md.c optional geom_virstor
2713geom/zero/g_zero.c optional geom_zero
2714fs/ext2fs/ext2_alloc.c optional ext2fs
2715fs/ext2fs/ext2_balloc.c optional ext2fs
2716fs/ext2fs/ext2_bmap.c optional ext2fs
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" \

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

2709geom/uzip/g_uzip.c optional geom_uzip
2710geom/virstor/binstream.c optional geom_virstor
2711geom/virstor/g_virstor.c optional geom_virstor
2712geom/virstor/g_virstor_md.c optional geom_virstor
2713geom/zero/g_zero.c optional geom_zero
2714fs/ext2fs/ext2_alloc.c optional ext2fs
2715fs/ext2fs/ext2_balloc.c optional ext2fs
2716fs/ext2fs/ext2_bmap.c optional ext2fs
2717fs/ext2fs/ext2_extents.c optional ext2fs
2717fs/ext2fs/ext2_inode.c optional ext2fs
2718fs/ext2fs/ext2_inode_cnv.c optional ext2fs
2719fs/ext2fs/ext2_hash.c optional ext2fs
2720fs/ext2fs/ext2_htree.c optional ext2fs
2721fs/ext2fs/ext2_lookup.c optional ext2fs
2722fs/ext2fs/ext2_subr.c optional ext2fs
2723fs/ext2fs/ext2_vfsops.c optional ext2fs
2724fs/ext2fs/ext2_vnops.c optional ext2fs

--- 1106 unchanged lines hidden ---
2718fs/ext2fs/ext2_inode.c optional ext2fs
2719fs/ext2fs/ext2_inode_cnv.c optional ext2fs
2720fs/ext2fs/ext2_hash.c optional ext2fs
2721fs/ext2fs/ext2_htree.c optional ext2fs
2722fs/ext2fs/ext2_lookup.c optional ext2fs
2723fs/ext2fs/ext2_subr.c optional ext2fs
2724fs/ext2fs/ext2_vfsops.c optional ext2fs
2725fs/ext2fs/ext2_vnops.c optional ext2fs

--- 1106 unchanged lines hidden ---