summaryrefslogtreecommitdiffstats
path: root/lib/libfetch/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-07-22 13:54:31 +0000
committerru <ru@FreeBSD.org>2003-07-22 13:54:31 +0000
commit35d5e319f1364dfee2aa34a19799430476ca39ea (patch)
tree5dd2dd3c3be19c55325d0beed346169f1201d16a /lib/libfetch/Makefile
parentef0c913256e9dc1649f9a1717272d7ac66142e52 (diff)
downloadFreeBSD-src-35d5e319f1364dfee2aa34a19799430476ca39ea.zip
FreeBSD-src-35d5e319f1364dfee2aa34a19799430476ca39ea.tar.gz
Make sure the crypto versions of libfetch and fetch(1) appear in
the "crypto" distribution. Approved by: des
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r--lib/libfetch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 3f9ca1c..e45be24 100644
--- a/lib/libfetch/Makefile
+++ b/lib/libfetch/Makefile
@@ -10,6 +10,7 @@ MAN= fetch.3
CLEANFILES= ftperr.h httperr.h
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION= crypto
CFLAGS+= -DWITH_SSL
DPADD= ${LIBSSL} ${LIBCRYPTO}
LDADD= -lssl -lcrypto
OpenPOWER on IntegriCloud