Prefer SRCTOP paths for bits we're grabbing from libc.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-22 22:50:19 +00:00
parent 254ba2c985
commit 45e0c11351
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324879
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ CFLAGS+= -m32
WARNS?= 0
# string functions from libc
.PATH: ${.CURDIR}/../../../lib/libc/string
.PATH: ${SRCTOP}/lib/libc/string
SRCS+= bcmp.c bcopy.c bzero.c
# Our password input method

View File

@ -19,7 +19,7 @@ LDFLAGS=-nostdlib -static -Wl,-N
.include "../Makefile.inc"
.PATH: ${.CURDIR}/../../../libkern ${.CURDIR}/../../../../lib/libc/powerpc/gen ${.CURDIR}
.PATH: ${.CURDIR}/../../../libkern ${SRCTOP}/lib/libc/powerpc/gen ${.CURDIR}
# The following inserts out objects into a template HFS
# created by generate-hfs.sh