aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-06-30 04:54:39 +0000
committerNate Lawson <njl@FreeBSD.org>2004-06-30 04:54:39 +0000
commitf207ef23d4e26c87232c21e4fa4cdeeb8aa5bcd1 (patch)
tree0edbf8b2ca2a8efef22692190ad5fdb5a3cb051c /sys/conf/files
parent5708f1dd7c1f1af6326aab2bc0138c4271e238e2 (diff)
downloadsrc-f207ef23d4e26c87232c21e4fa4cdeeb8aa5bcd1.tar.gz
src-f207ef23d4e26c87232c21e4fa4cdeeb8aa5bcd1.zip
Restore the terminating backslash lost by a typo.
Notes
Notes: svn path=/head/; revision=131318
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index c1ef7df8c70a..f6d123cfdf32 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -4,7 +4,7 @@
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
-acpi_quirks.h optional acpi
+acpi_quirks.h optional acpi \
dependency "$S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
compile-with "${AWK} -f $S/tools/acpi_quirks2h.awk $S/dev/acpica/acpi_quirks" \
no-obj no-implicit-rule \