MKCRYPTO_RSA is gone. TODO: idea/rc5 handling

This commit is contained in:
itojun 2000-10-01 10:24:57 +00:00
parent 60d3ee1b34
commit f15517916a

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.5 2000/07/16 11:32:07 mrg Exp $ # $NetBSD: Makefile,v 1.6 2000/10/01 10:24:57 itojun Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
# RCSid: # RCSid:
# $Id: Makefile,v 1.5 2000/07/16 11:32:07 mrg Exp $ # $Id: Makefile,v 1.6 2000/10/01 10:24:57 itojun Exp $
# #
# @(#) Copyright (c) 1995 Simon J. Gerraty # @(#) Copyright (c) 1995 Simon J. Gerraty
# #
@ -90,14 +90,12 @@ CRYPTODIST= ${.CURDIR}/../../crypto/dist
# openssl rc2-cfb \ # openssl rc2-cfb \
# openssl rc2-ofb \ # openssl rc2-ofb \
.if (${MKCRYPTO_RSA} != "no")
SRCS+= rsa.c genrsa.c SRCS+= rsa.c genrsa.c
#LINKS+= openssl rsa \ #LINKS+= openssl rsa \
# openssl rsa-cbc \ # openssl rsa-cbc \
# openssl rsa-ecb \ # openssl rsa-ecb \
# openssl rsa-cfb \ # openssl rsa-cfb \
# openssl rsa-ofb # openssl rsa-ofb
.endif
ssleay.o: ssleay.c ssleay.o: ssleay.c
${CC} ${CFLAGS} -UMONOLITH -o ${.TARGET} -c ${.IMPSRC} ${CC} ${CFLAGS} -UMONOLITH -o ${.TARGET} -c ${.IMPSRC}