summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-06-05 21:35:35 +0000
committerdes <des@FreeBSD.org>2002-06-05 21:35:35 +0000
commit0642a9650fe4b6103c0451e05fb070f112e607df (patch)
tree0509c1c0fc4b92c600c8202a518165929fa017e2 /lib/libfetch/Makefile
parent6a22781391d2cbe7ac126b3a82e84ccf075507a3 (diff)
downloadFreeBSD-src-0642a9650fe4b6103c0451e05fb070f112e607df.zip
FreeBSD-src-0642a9650fe4b6103c0451e05fb070f112e607df.tar.gz
Make SSL support conditional on NOCRYPT.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud