diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/factor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/Makefile b/games/factor/Makefile index f8d5328..62c6f60 100644 --- a/games/factor/Makefile +++ b/games/factor/Makefile @@ -7,8 +7,8 @@ CFLAGS+=-I${.CURDIR}/../primes .if !defined(NO_CRYPT) && !defined(NO_OPENSSL) CFLAGS+=-DHAVE_OPENSSL -LDADD= -lcrypto DPADD= ${LIBCRYPTO} +LDADD= -lcrypto .endif MAN= factor.6 |