Searched refs:E_EXE (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl381 # special case for openssl - the mk1mf.pl defines E_EXE = openssl
382 if ($target =~ /E_EXE/)
384 $target =~ s/\$\(E_EXE\)/openssl/;
496 # special case for openssl - the mk1mf.pl defines E_EXE = openssl
497 if ($target =~ /E_EXE/)
501 $target2 =~ s/\(E_EXE\)/\(E_EXE\)2/;
508 $ret.="\t\$(MKLIB) $lib_flags \$(TMP_D)${o}\$(E_EXE).a \$(filter-out \$(TMP_D)${o}\$(E_EXE)${obj},$files)\n";
510 $ret.="\t\@$mv \$(E_EXE)
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmk1mf.pl526 E_EXE=openssl
602 exe: \$(T_EXE) \$(BIN_D)$o\$(E_EXE)$exep
611 \$(CP) \"\$(BIN_D)$o\$(E_EXE)$exep\" \"\$(INSTALLTOP)${o}bin\"
814 $rules.=&do_link_rule("\$(BIN_D)$o\$(E_EXE)$exep","\$(E_OBJ)","\$(LIBS_DEP)","\$(L_LIBS) \$(EX_LIBS)", ($fips && !$shlib) ? 2 : 0);
/freebsd-11-stable/crypto/openssl/apps/
H A DMakefile38 E_EXE= verify asn1pars req dgst dh dhparam enc passwd gendh errstr \ macro
170 $(PERL) progs.pl $(E_EXE) >progs.h

Completed in 140 milliseconds