summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-08-26 18:59:39 +0000
committerwollman <wollman@FreeBSD.org>1994-08-26 18:59:39 +0000
commit22a09d534e2aba74633e40b63943e3b41f58972c (patch)
tree24b7ac5352c7859dab2b5857a151f3e91e18a7fe
parent927d2e785354cccb56a0258bac5fefa740495543 (diff)
downloadFreeBSD-src-22a09d534e2aba74633e40b63943e3b41f58972c.zip
FreeBSD-src-22a09d534e2aba74633e40b63943e3b41f58972c.tar.gz
libc.so should be installed immutable.
-rw-r--r--lib/libc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index 0537147..6740ee6 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -10,6 +10,7 @@ CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
AINC= -I${.CURDIR}/${MACHINE}
CLEANFILES+=tags
INSTALL_PIC_ARCHIVE= yes
+PRECIOUSLIB= yes
.include "${.CURDIR}/db/Makefile.inc"
.include "${.CURDIR}/compat-43/Makefile.inc"
OpenPOWER on IntegriCloud