X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=config;h=b972c1fe29a33ce53f2aeffc21e899c06f303458;hp=d85fbde3aa74afa16622c9083e3448aeaa42eab4;hb=eaa28181898b8ca0b54552a3290789bb17444c8a;hpb=2da0c119260afd15433dde7c431c69c837ee840b diff --git a/config b/config index d85fbde3aa..b972c1fe29 100755 --- a/config +++ b/config @@ -164,7 +164,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; NetBSD:*:*:*386*) - echo "`sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whateve\r-netbsd"; exit 0 + echo "`/usr/sbin/sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 ;; NetBSD:*) @@ -292,8 +292,6 @@ TEST="false" for i do case "$i" in -# shared library support (behnke@trustcenter.de) --shared) SHARED=true;; -d*) PREFIX="debug-";; -t*) TEST="true";; -h*) TEST="true"; cat < /dev/null if [ $? = "0" ]; then - echo Configuring for $OUT + #echo Configuring for $OUT if [ "$TEST" = "true" ]; then echo $PERL ./Configure $OUT $options