Make libcompat a static only library.
Since functions will come and go from libcompat as they are deprecated it makes no sense to build a shared library out of it as it will change. Based on freedback from Terry and Jonas on the mailing lists.
This commit is contained in:
parent
88535fde5c
commit
853bdeaa76
@ -3,6 +3,7 @@
|
||||
LIB=compat
|
||||
CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS
|
||||
AINC= -I${.CURDIR}/../libc/${MACHINE}
|
||||
NOPIC=
|
||||
|
||||
.PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \
|
||||
${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \
|
||||
|
Loading…
Reference in New Issue
Block a user