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

Sponsored by: Netflix
This commit is contained in:
imp 2017-10-22 22:50:19 +00:00
parent 1c88600ab1
commit 98291b9edd
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