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:
Nate Williams 1995-02-20 18:19:50 +00:00
parent a6e1b30301
commit 56b688ea1c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6574

View file

@ -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 \