From owner-cvs-lib Mon Feb 20 10:19:56 1995 Return-Path: cvs-lib-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA29670 for cvs-lib-outgoing; Mon, 20 Feb 1995 10:19:56 -0800 Received: (from nate@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA29654; Mon, 20 Feb 1995 10:19:52 -0800 Date: Mon, 20 Feb 1995 10:19:52 -0800 From: Nate Williams Message-Id: <199502201819.KAA29654@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libcompat Makefile Sender: cvs-lib-owner@freebsd.org Precedence: bulk nate 95/02/20 10:19:52 Modified: lib/libcompat Makefile Log: 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.