diff options
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r-- | usr.sbin/acpi/Makefile.inc | 2 |
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 |