From 45d8ca0c0fbf5d7d3e8c43d34fea368f72e0efc3 Mon Sep 17 00:00:00 2001 From: nate Date: Mon, 20 Feb 1995 18:19:50 +0000 Subject: 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. --- lib/libcompat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libcompat/Makefile') 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 \ -- cgit v1.1