Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the crypto

libraries for SSL support.

Approved by:	re (rwatson)
This commit is contained in:
Dag-Erling Smørgrav 2002-12-03 04:02:13 +00:00
parent f4dcf9555e
commit 4844a5f4fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107539

View File

@ -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