Freefall/Internat diff reducer.

This commit is contained in:
Mark Murray 2000-02-24 10:06:57 +00:00
parent 97dacfda2b
commit 1b87af6b57
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57412

View File

@ -15,6 +15,7 @@ CFLAGS+= -DDEVRANDOM=\"/dev/urandom\"
LOCALBASE?= /usr/local
.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != NO
.if !exists(${LOCALBASE}/lib/librsaref.a)
CFLAGS+= -DNO_RSA -DNO_SSL2
WITH_RSA= NO
@ -23,3 +24,4 @@ CFLAGS+= -DRSAref
RSAREF= YES
WITH_RSA= YES
.endif
.endif