Freefall/Internat diff reducer.

This commit is contained in:
markm 2000-02-24 10:06:57 +00:00
parent 95d086535d
commit 3b9684411f

View File

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