From 1bf28f7e9452cbb1a9685278f70bb98ebaa876e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 5 Jun 2002 21:28:47 +0000 Subject: [PATCH] Figures they had to call it NOCRYPT instead of NOCRYPTO. --- usr.bin/fetch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile index 06b0fa8b0569..12746a442447 100644 --- a/usr.bin/fetch/Makefile +++ b/usr.bin/fetch/Makefile @@ -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