aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2023-11-14 20:19:10 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-02-05 20:34:55 +0000
commit8f529310bd09c064d5d69740f03c6fe6f12650a3 (patch)
tree180d341ecb3558425f5f02c9fa33860e8cf0fc01
parent8269e7673cf033aba67dab8264fe719920c70f87 (diff)
downloadsrc-8f529310bd09c064d5d69740f03c6fe6f12650a3.tar.gz
src-8f529310bd09c064d5d69740f03c6fe6f12650a3.zip
libc: libc/sys/Makefile.inc -> libsys/Makefile.sys
Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
-rw-r--r--lib/libc/Makefile2
-rw-r--r--lib/libsys/Makefile.sys (renamed from lib/libc/sys/Makefile.inc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index f96dddbf99f6..2662d8b6aad0 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -114,7 +114,7 @@ NOASM=
.include "${LIBC_SRCTOP}/stdlib/Makefile.inc"
.include "${LIBC_SRCTOP}/stdtime/Makefile.inc"
.include "${LIBC_SRCTOP}/string/Makefile.inc"
-.include "${LIBC_SRCTOP}/sys/Makefile.inc"
+.include "${LIBSYS_SRCTOP}/Makefile.sys"
.include "${LIBC_SRCTOP}/secure/Makefile.inc"
.include "${LIBC_SRCTOP}/rpc/Makefile.inc"
.include "${LIBC_SRCTOP}/uuid/Makefile.inc"
diff --git a/lib/libc/sys/Makefile.inc b/lib/libsys/Makefile.sys
index 2c7472ebad06..2c7472ebad06 100644
--- a/lib/libc/sys/Makefile.inc
+++ b/lib/libsys/Makefile.sys