summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-12-03 04:02:13 +0000
committerdes <des@FreeBSD.org>2002-12-03 04:02:13 +0000
commitd6f1c9c9c0d443e2533adb37ca73cd4e73660106 (patch)
tree02afe8a0b4c58462d3bd3147954e12128f1e3eba /release
parent1195f220807e870090d0e221c3457ebac2301692 (diff)
downloadFreeBSD-src-d6f1c9c9c0d443e2533adb37ca73cd4e73660106.zip
FreeBSD-src-d6f1c9c9c0d443e2533adb37ca73cd4e73660106.tar.gz
Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the crypto
libraries for SSL support. Approved by: re (rwatson)
Diffstat (limited to 'release')
-rw-r--r--release/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index ff6ddf7..6218bde 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -229,7 +229,8 @@ K5PROGS!= cd ${.CURDIR}/../kerberos5; ${MAKE} -V KPROGS
# Things that need to be compiled without crypto support in releases
.if !defined(FIXCRYPTO)
-FIXCRYPTO= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump
+FIXCRYPTO= bin/ed usr.sbin/ppp usr.sbin/pppd usr.sbin/tcpdump/tcpdump \
+ lib/libfetch usr.bin/fetch
.if !defined(NO_SENDMAIL)
FIXCRYPTO+= usr.sbin/sendmail
.endif
OpenPOWER on IntegriCloud