do not build shared version of libcrypto_{idea,rc5}.
to override functions in libcryto_*, it is easier to supply non-shared libcrypto_*.
This commit is contained in:
parent
e30f75ded9
commit
65c6e6aaa6
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2000/09/30 00:24:52 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/01/08 14:59:32 itojun Exp $
|
||||
|
||||
# RCSid:
|
||||
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
||||
|
@ -40,4 +40,8 @@ AFLAGS+=-DELF
|
|||
AFLAGS+=-DOUT
|
||||
.endif
|
||||
|
||||
MKPIC=no
|
||||
#MKPROFILE=no
|
||||
#MKLINT=no
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2000/09/30 00:24:53 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/01/08 14:59:33 itojun Exp $
|
||||
|
||||
# RCSid:
|
||||
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
|
||||
|
@ -40,4 +40,8 @@ AFLAGS+=-DELF
|
|||
AFLAGS+=-DOUT
|
||||
.endif
|
||||
|
||||
MKPIC=no
|
||||
#MKPROFILE=no
|
||||
#MKLINT=no
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
|
Loading…
Reference in New Issue