1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-28 16:43:09 +00:00

Figures they had to call it NOCRYPT instead of NOCRYPTO.

This commit is contained in:
Dag-Erling Smørgrav 2002-06-05 21:28:47 +00:00
parent d9615d7da4
commit 1bf28f7e94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=97889

View File

@ -4,7 +4,7 @@ MAINTAINER= des@freebsd.org
PROG= fetch
DPADD= ${LIBFETCH}
LDADD= -lfetch
.if !defined(NOCRYPTO)
.if !defined(NOCRYPT)
DPADD+= ${LIBCRYPTO} ${LIBSSL}
LDADD+= -lcrypto -lssl
.endif