From 5aabe4b4db405f15bd068035f121bbf8dbe38d85 Mon Sep 17 00:00:00 2001 From: des Date: Mon, 19 May 2003 15:52:50 +0000 Subject: add a NOCRYPT check alongside the NO_OPENSSL check. Approved by: re (scottl) --- games/factor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/factor/Makefile') diff --git a/games/factor/Makefile b/games/factor/Makefile index 8f68b92..ffeae9c 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -5,7 +5,7 @@ PROG= factor SRCS= factor.c pr_tbl.c CFLAGS+=-I${.CURDIR}/../primes -.if exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL) +.if exists(${.CURDIR}/../../crypto) && !defined(NOCRYPT) && !defined(NO_OPENSSL) CFLAGS+=-DHAVE_OPENSSL LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} -- cgit v1.1