From 376c7c030b5cd0977a799d9e2405ad5e6562f478 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 24 Jul 2003 18:30:25 +0000 Subject: Don't check for the existance of src/crypto/ for building items that may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient. --- 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 ffeae9c..573d735 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(NOCRYPT) && !defined(NO_OPENSSL) +.if !defined(NOCRYPT) && !defined(NO_OPENSSL) CFLAGS+=-DHAVE_OPENSSL LDADD+= -lcrypto DPADD+= ${LIBCRYPTO} -- cgit v1.1