Fix typo in ".PATH"

This commit is contained in:
Sergey Kandaurov 2012-04-18 07:02:53 +00:00
parent ddf3201009
commit 70c4c58519
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234412
1 changed files with 1 additions and 1 deletions

View File

@ -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"