From owner-cvs-lib Fri Sep 5 04:53:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA02746 for cvs-lib-outgoing; Fri, 5 Sep 1997 04:53:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA02674; Fri, 5 Sep 1997 04:51:52 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA05302; Fri, 5 Sep 1997 04:49:44 -0700 (PDT) Date: Fri, 5 Sep 1997 04:49:44 -0700 (PDT) Message-Id: <199709051149.EAA05302@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libmd Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/05 04:49:44 PDT Modified files: lib/libmd Makefile Log: If not building a.out, still build a pic version of libmd. This allows things like libskey.so to be dynamically self contained. Things like md5(1) where speed is critical should still link with libmd.a, but for things like login, where it's a once-off call if skey is used, it's not worth the hassle. Revision Changes Path 1.24 +3 -1 src/lib/libmd/Makefile