summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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 'usr.bin')
-rw-r--r--usr.bin/fetch/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/fetch/Makefile b/usr.bin/fetch/Makefile
index 7b92352..695013d 100644
--- a/usr.bin/fetch/Makefile
+++ b/usr.bin/fetch/Makefile
@@ -6,6 +6,7 @@ WARNS?= 6
DPADD= ${LIBFETCH}
LDADD= -lfetch
.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
+DISTRIBUTION= crypto
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
.endif
OpenPOWER on IntegriCloud