aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/acpi/Makefile.inc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-09-17 14:56:23 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-09-17 14:56:23 +0000
commit63af7856ee758e76492e63819cfc4169e3902e8c (patch)
treeee7d05732d49c5c278378e4f9414a1c8f480537a /usr.sbin/acpi/Makefile.inc
parent803e437fb01f8923d78187785d56a82ddf6cfe4b (diff)
downloadsrc-63af7856ee758e76492e63819cfc4169e3902e8c.tar.gz
src-63af7856ee758e76492e63819cfc4169e3902e8c.zip
Notes
Diffstat (limited to 'usr.sbin/acpi/Makefile.inc')
-rw-r--r--usr.sbin/acpi/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/acpi/Makefile.inc b/usr.sbin/acpi/Makefile.inc
index c5f729f6ff1a..8804492c5426 100644
--- a/usr.sbin/acpi/Makefile.inc
+++ b/usr.sbin/acpi/Makefile.inc
@@ -3,4 +3,6 @@
CFLAGS+= -I${.CURDIR}/../../../sys
-.include "../Makefile.inc"
+.if exists(${.CURDIR}/../../Makefile.inc)
+.include "${.CURDIR}/../../Makefile.inc"
+.endif