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:
itojun 2001-01-08 14:59:32 +00:00
parent e30f75ded9
commit 65c6e6aaa6
2 changed files with 10 additions and 2 deletions

View File

@ -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>

View File

@ -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>