summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-30 20:13:57 +0000
committermsmith <msmith@FreeBSD.org>2000-09-30 20:13:57 +0000
commit017c58324c4e1ec2f7ba068f6d99153cb68860eb (patch)
treeb10b5b6d88584f223972c0338f546db92be52627 /usr.sbin/acpi/Makefile.inc
parent43b494595ef50e9426434fd028f71567c7fc2e36 (diff)
downloadFreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.zip
FreeBSD-src-017c58324c4e1ec2f7ba068f6d99153cb68860eb.tar.gz
Update include paths for new header locations.
Submitted by: iwasaki
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-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 eaa7df3..206bade 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -1,5 +1,5 @@
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
# $FreeBSD$
-CFLAGS+= -Wall -static
+CFLAGS+= -Wall -static -I${.CURDIR}/../../../sys
BINDIR?= /usr/sbin
OpenPOWER on IntegriCloud