Home
last modified time | relevance | path

Searched refs:OSFMAJOR (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A Dconfig.pm140 my $OSFMAJOR = $RELEASE;
141 $OSFMAJOR =~ 's/^V([0-9]*)\..*$/\1/';
142 return "${MACHINE}-dec-tru64" if $OSFMAJOR =~ m@[45]@;