From 0642a9650fe4b6103c0451e05fb070f112e607df Mon Sep 17 00:00:00 2001 From: des Date: Wed, 5 Jun 2002 21:35:35 +0000 Subject: Make SSL support conditional on NOCRYPT. --- lib/libfetch/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libfetch/Makefile') diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 5c6587a..4308e75 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -5,6 +5,9 @@ LIB= fetch WARNS?= 4 CFLAGS+= -I. CFLAGS+= -DINET6 +.if !defined(NOCRYPT) +CFLAGS+= -DWITH_SSL +.endif SRCS= fetch.c common.c ftp.c http.c file.c \ ftperr.h httperr.h INCS= fetch.h -- cgit v1.1