summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/Makefile
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-02-20 18:19:50 +0000
committernate <nate@FreeBSD.org>1995-02-20 18:19:50 +0000
commit45d8ca0c0fbf5d7d3e8c43d34fea368f72e0efc3 (patch)
tree3e9db5443e186a3449628b023a3de23a662ed718 /lib/libcompat/Makefile
parentaa4f5398ad3d21f7dd94e052350b4d1694e7a614 (diff)
downloadFreeBSD-src-45d8ca0c0fbf5d7d3e8c43d34fea368f72e0efc3.zip
FreeBSD-src-45d8ca0c0fbf5d7d3e8c43d34fea368f72e0efc3.tar.gz
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.
Diffstat (limited to 'lib/libcompat/Makefile')
-rw-r--r--lib/libcompat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcompat/Makefile b/lib/libcompat/Makefile
index d6625b6..3ac2c38 100644
--- a/lib/libcompat/Makefile
+++ b/lib/libcompat/Makefile
@@ -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 \
OpenPOWER on IntegriCloud