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.
This commit is contained in:
Peter Wemm 1997-09-05 11:49:43 +00:00
parent e782d0b55d
commit 1840bd1444
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29142

View File

@ -1,7 +1,9 @@
# $Id$
# $Id: Makefile,v 1.23 1997/02/22 15:07:10 peter Exp $
LIB= md
.if ${BINFORMAT} != elf
NOPIC= true
.endif
SRCS= md2c.c md4c.c md5c.c md2hl.c md4hl.c md5hl.c
MAN3+= md2.3 md4.3 md5.3
MLINKS+=md2.3 MD2Init.3 md2.3 MD2Update.3 md2.3 MD2Final.3