Deleted Added
full compact
files (171023) files (171087)
1# $FreeBSD: head/sys/conf/files 171023 2007-06-25 05:06:57Z rafan $
1# $FreeBSD: head/sys/conf/files 171087 2007-06-29 05:23:15Z delphij $
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" \

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

1201fs/udf/udf_vnops.c optional udf
1202fs/unionfs/union_subr.c optional unionfs
1203fs/unionfs/union_vfsops.c optional unionfs
1204fs/unionfs/union_vnops.c optional unionfs
1205fs/tmpfs/tmpfs_vnops.c optional tmpfs
1206fs/tmpfs/tmpfs_fifoops.c optional tmpfs
1207fs/tmpfs/tmpfs_vfsops.c optional tmpfs
1208fs/tmpfs/tmpfs_subr.c optional tmpfs
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" \

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

1201fs/udf/udf_vnops.c optional udf
1202fs/unionfs/union_subr.c optional unionfs
1203fs/unionfs/union_vfsops.c optional unionfs
1204fs/unionfs/union_vnops.c optional unionfs
1205fs/tmpfs/tmpfs_vnops.c optional tmpfs
1206fs/tmpfs/tmpfs_fifoops.c optional tmpfs
1207fs/tmpfs/tmpfs_vfsops.c optional tmpfs
1208fs/tmpfs/tmpfs_subr.c optional tmpfs
1209fs/tmpfs/tmpfs_uma.c optional tmpfs
1210gdb/gdb_cons.c optional gdb
1211gdb/gdb_main.c optional gdb
1212gdb/gdb_packet.c optional gdb
1213geom/bde/g_bde.c optional geom_bde
1214geom/bde/g_bde_crypt.c optional geom_bde
1215geom/bde/g_bde_lock.c optional geom_bde
1216geom/bde/g_bde_work.c optional geom_bde
1217geom/cache/g_cache.c optional geom_cache

--- 1000 unchanged lines hidden ---
1209gdb/gdb_cons.c optional gdb
1210gdb/gdb_main.c optional gdb
1211gdb/gdb_packet.c optional gdb
1212geom/bde/g_bde.c optional geom_bde
1213geom/bde/g_bde_crypt.c optional geom_bde
1214geom/bde/g_bde_lock.c optional geom_bde
1215geom/bde/g_bde_work.c optional geom_bde
1216geom/cache/g_cache.c optional geom_cache

--- 1000 unchanged lines hidden ---