summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-02-16 23:05:09 +0000
committerjkim <jkim@FreeBSD.org>2012-02-16 23:05:09 +0000
commit4f9a84424a2e41242510f72a07bfe28eb3b6fbcd (patch)
tree3914b3f5f3fb573a2d73caaeaa0ac5056b5bfd2b
parenta561c762bacb78b14d2bf5fb20afc1566203f990 (diff)
downloadFreeBSD-src-4f9a84424a2e41242510f72a07bfe28eb3b6fbcd.zip
FreeBSD-src-4f9a84424a2e41242510f72a07bfe28eb3b6fbcd.tar.gz
Fix a stupid typo.
-rw-r--r--usr.sbin/acpi/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index 54c115c..d6ce93b 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -22,4 +22,4 @@ CFLAGS+= -I${.CURDIR}/../../../sys
${ACPICA_DIR}/components/resources \
${ACPICA_DIR}/components/tables \
${ACPICA_DIR}/components/utilities \
- ${ACPICA_DIR}/os_specific/service_layers \
+ ${ACPICA_DIR}/os_specific/service_layers
OpenPOWER on IntegriCloud