summaryrefslogtreecommitdiffstats
path: root/lib/libkse/support/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/support/Makefile.inc')
-rw-r--r--lib/libkse/support/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkse/support/Makefile.inc b/lib/libkse/support/Makefile.inc
index 956667f..6542f7a 100644
--- a/lib/libkse/support/Makefile.inc
+++ b/lib/libkse/support/Makefile.inc
@@ -1,9 +1,9 @@
# $FreeBSD$
.PATH: ${.CURDIR}/support ${.CURDIR}/../libc/gen ${.CURDIR}/../libc/string
-.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/sys
+.PATH: ${.CURDIR}/../libc/${MACHINE_CPUARCH}/sys
-CFLAGS+= -I${.CURDIR}/../libc/${MACHINE_ARCH}
+CFLAGS+= -I${.CURDIR}/../libc/${MACHINE_CPUARCH}
SYSCALLS= clock_gettime \
kse_create \
OpenPOWER on IntegriCloud