summaryrefslogtreecommitdiff
path: root/lib/libfetch
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-07-22 13:54:31 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-07-22 13:54:31 +0000
commit36317d686a1abee9fd2fac1b9c25df3da07ac314 (patch)
tree5dd2dd3c3be19c55325d0beed346169f1201d16a /lib/libfetch
parentb92ba022616003941c2fcb0ec1536b8d9f17ed80 (diff)
Notes
Diffstat (limited to 'lib/libfetch')
-rw-r--r--lib/libfetch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile
index 3f9ca1c618c1..e45be24dd825 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