summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-04-18 07:02:53 +0000
committerpluknet <pluknet@FreeBSD.org>2012-04-18 07:02:53 +0000
commit7bb0591c2662d433861135bc0c3034a8951f44b3 (patch)
tree75aaac0ec6af06de8222a3505a71401c26603510 /lib/libkse
parent8379680eecc5cc25a40b6bcf23c1036832be4154 (diff)
downloadFreeBSD-src-7bb0591c2662d433861135bc0c3034a8951f44b3.zip
FreeBSD-src-7bb0591c2662d433861135bc0c3034a8951f44b3.tar.gz
Fix typo in ".PATH"
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index 9a7aa12..7d8c5c1 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -38,7 +38,7 @@ SYMBOL_MAPS=${.CURDIR}/kse.map
PRECIOUSLIB=
-.path: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
+.PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
.include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc"
.include "${.CURDIR}/support/Makefile.inc"
OpenPOWER on IntegriCloud