diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-15 15:34:20 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-15 15:34:20 +0000 |
commit | 9fb85ece8b4762e6e233907d48c333aba4b450b7 (patch) | |
tree | 154d3d5efcf71ba40bf173188459e5f3186f27ec /lib/libthr | |
parent | 1aac2948e9f56ddb45abd36052cead08320c2f80 (diff) | |
download | FreeBSD-src-9fb85ece8b4762e6e233907d48c333aba4b450b7.zip FreeBSD-src-9fb85ece8b4762e6e233907d48c333aba4b450b7.tar.gz |
Enforce overwritting SHLIBDIR
Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load loading
bsd.own.mk which then defines SHLIBDIR before all the Makefile.inc everywhere.
This makes /lib being populated again.
Reported by: many
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile index 1717672..4ad37cc 100644 --- a/lib/libthr/Makefile +++ b/lib/libthr/Makefile @@ -8,7 +8,7 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -SHLIBDIR?= /lib +SHLIBDIR= /lib .include <src.opts.mk> MK_SSP= no |