Deleted Added
full compact
files (154833) files (154941)
1# $FreeBSD: head/sys/conf/files 154833 2006-01-26 01:30:34Z cognet $
1# $FreeBSD: head/sys/conf/files 154941 2006-01-27 23:13:26Z jhb $
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" \

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

1263kern/kern_mutex.c standard
1264kern/kern_ntptime.c standard
1265kern/kern_physio.c standard
1266kern/kern_pmc.c standard
1267kern/kern_poll.c optional device_polling
1268kern/kern_proc.c standard
1269kern/kern_prot.c standard
1270kern/kern_resource.c standard
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" \

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

1263kern/kern_mutex.c standard
1264kern/kern_ntptime.c standard
1265kern/kern_physio.c standard
1266kern/kern_pmc.c standard
1267kern/kern_poll.c optional device_polling
1268kern/kern_proc.c standard
1269kern/kern_prot.c standard
1270kern/kern_resource.c standard
1271kern/kern_rwlock.c standard
1271kern/kern_sema.c standard
1272kern/kern_shutdown.c standard
1273kern/kern_sig.c standard
1274kern/kern_subr.c standard
1275kern/kern_sx.c standard
1276kern/kern_synch.c standard
1277kern/kern_syscalls.c standard
1278kern/kern_sysctl.c standard

--- 745 unchanged lines hidden ---
1272kern/kern_sema.c standard
1273kern/kern_shutdown.c standard
1274kern/kern_sig.c standard
1275kern/kern_subr.c standard
1276kern/kern_sx.c standard
1277kern/kern_synch.c standard
1278kern/kern_syscalls.c standard
1279kern/kern_sysctl.c standard

--- 745 unchanged lines hidden ---