summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-18 11:01:06 +0000
committerru <ru@FreeBSD.org>2006-03-18 11:01:06 +0000
commit17d5388342a96d4b552a77d3ad40c9951448bd62 (patch)
tree2576d8540d5dd1d2a729ba3f81c42c1d654bf745 /lib/libc
parent1e14ebad239ee38c1e2c4ceb72277373ee4d80a4 (diff)
downloadFreeBSD-src-17d5388342a96d4b552a77d3ad40c9951448bd62.zip
FreeBSD-src-17d5388342a96d4b552a77d3ad40c9951448bd62.tar.gz
Provide alternate default for SHLIBDIR before bsd.own.mk does this.
Reported by: phk
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 70d48c9..247e602 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -1,6 +1,8 @@
# @(#)Makefile 8.2 (Berkeley) 2/3/94
# $FreeBSD$
+SHLIBDIR?= /lib
+
.include <bsd.own.mk>
# All library objects contain FreeBSD revision strings by default; they may be
@@ -13,7 +15,6 @@ LIB=c
# If you bump SHLIB_MAJOR, remove the kluge from gen/gethostname.c.
# If you bump SHLIB_MAJOR, see standards/55112.
SHLIB_MAJOR= 6
-SHLIBDIR?= /lib
WARNS?= 2
CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
OpenPOWER on IntegriCloud