From d6f1c9c9c0d443e2533adb37ca73cd4e73660106 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 3 Dec 2002 04:02:13 +0000 Subject: Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the crypto libraries for SSL support. Approved by: re (rwatson) --- release/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release') 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 -- cgit v1.1