Diff reducer. Comes from Internat.

This commit is contained in:
Mark Murray 2000-02-24 09:52:37 +00:00
parent 4486a1f099
commit 97dacfda2b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57411

View File

@ -13,12 +13,14 @@ CFLAGS+= -DMONOLITH -DNO_IDEA -I${.CURDIR}
LOCALBASE?= /usr/local
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
.if !exists(${LOCALBASE}/lib/librsaref.a)
CFLAGS+= -DNO_RSA -DNO_SSL2
.else
CFLAGS+= -DRSAref
LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a
.endif
.endif
SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \
dsa.c dsaparam.c enc.c errstr.c gendh.c gendsa.c genrsa.c \