libc: remove .PATH refs to libc/<arch>/sys

There are no longer any source files here so remove references.

Reviewed by:	kib, emaste, imp
Pull Request:	https://github.com/freebsd/freebsd-src/pull/908
This commit is contained in:
Brooks Davis 2023-11-14 22:11:34 +00:00
parent 4bc66c0f9f
commit 19149b03b1
3 changed files with 0 additions and 3 deletions

View file

@ -1,3 +1,2 @@
.PATH: ${LIBC_SRCTOP}/powerpc/sys
.PATH: ${LIBSYS_SRCTOP}/powerpc
.sinclude "${LIBC_SRCTOP}/powerpc/sys/Makefile.inc"

View file

@ -1,4 +1,3 @@
.PATH: ${LIBC_SRCTOP}/x86/sys
.PATH: ${LIBSYS_SRCTOP}/x86
SRCS+= \

View file

@ -1,6 +1,5 @@
# sys sources
.PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/sys
.PATH: ${LIBSYS_SRCTOP}/${LIBC_ARCH} ${LIBSYS_SRCTOP}
# Include the generated makefile containing the *complete* list