Index: rescue/rescue/Makefile =================================================================== --- rescue/rescue/Makefile +++ rescue/rescue/Makefile @@ -187,6 +187,12 @@ CRUNCH_ALIAS_bzip2= bunzip2 bzcat CRUNCH_LIBS+= -lbz2 +CRUNCH_PROGS_usr.bin+= fetch +CRUNCH_LIBS+= -lfetch +.if ${MK_OPENSSL} != "no" +CRUNCH_LIBS+= -lssl +.endif + CRUNCH_PROGS_usr.bin+= less CRUNCH_ALIAS_less= more