Deleted Added
sdiff udiff text old ( 229430 ) new ( 229533 )
full compact
1# $FreeBSD: head/sys/conf/files 229430 2012-01-03 21:04:54Z 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" \

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

2261geom/raid/tr_concat.c optional geom_raid
2262geom/raid/tr_raid0.c optional geom_raid
2263geom/raid/tr_raid1.c optional geom_raid
2264geom/raid/tr_raid1e.c optional geom_raid
2265geom/raid3/g_raid3.c optional geom_raid3
2266geom/raid3/g_raid3_ctl.c optional geom_raid3
2267geom/shsec/g_shsec.c optional geom_shsec
2268geom/stripe/g_stripe.c optional geom_stripe
2269geom/uzip/g_uzip.c optional geom_uzip
2270geom/virstor/binstream.c optional geom_virstor
2271geom/virstor/g_virstor.c optional geom_virstor
2272geom/virstor/g_virstor_md.c optional geom_virstor
2273geom/zero/g_zero.c optional geom_zero
2274fs/ext2fs/ext2_alloc.c optional ext2fs
2275fs/ext2fs/ext2_balloc.c optional ext2fs
2276fs/ext2fs/ext2_bmap.c optional ext2fs

--- 1247 unchanged lines hidden ---