X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config;h=6a2625308efbe1828adf3f6ce15ea241ea76f9da;hb=a29b1a3f0f0b41df2616423284f6a1adfc4ff301;hp=a354456968df4bf725088bafb12c6fe9b0497206;hpb=48d89b560cc134ecba07f5806e212fc01b47657d;p=oweals%2Fopenssl.git diff --git a/config b/config index a354456968..6a2625308e 100755 --- a/config +++ b/config @@ -168,7 +168,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; NetBSD:*:*:*386*) - echo "`(/usr/sbin/sysctl -n hw.model || /sbin/sysctl -n hw.model) | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 + echo "`/usr/sbin/sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 ;; NetBSD:*) @@ -557,7 +557,7 @@ OUT="$PREFIX$OUT" $PERL ./Configure LIST | grep "$OUT" > /dev/null if [ $? = "0" ]; then - echo Configuring for $OUT + #echo Configuring for $OUT if [ "$TEST" = "true" ]; then echo $PERL ./Configure $OUT $options