diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-26 18:59:39 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-26 18:59:39 +0000 |
commit | 22a09d534e2aba74633e40b63943e3b41f58972c (patch) | |
tree | 24b7ac5352c7859dab2b5857a151f3e91e18a7fe /lib | |
parent | 927d2e785354cccb56a0258bac5fefa740495543 (diff) | |
download | FreeBSD-src-22a09d534e2aba74633e40b63943e3b41f58972c.zip FreeBSD-src-22a09d534e2aba74633e40b63943e3b41f58972c.tar.gz |
libc.so should be installed immutable.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/Makefile | 1 |
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" |