From: Richard Levitte Date: Sat, 21 Oct 2000 22:18:52 +0000 (+0000) Subject: Krister Walfridsson tells us sysctl lives in /sbin X-Git-Tag: BEFORE_engine~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=48d89b560cc134ecba07f5806e212fc01b47657d;p=oweals%2Fopenssl.git Krister Walfridsson tells us sysctl lives in /sbin since NetBSD 1.5. --- diff --git a/config b/config index 8e71b9b9c7..a354456968 100755 --- a/config +++ b/config @@ -168,7 +168,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; NetBSD:*:*:*386*) - echo "`/usr/sbin/sysctl -n hw.model | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 + echo "`(/usr/sbin/sysctl -n hw.model || /sbin/sysctl -n hw.model) | sed 's,.*\(.\)86-class.*,i\186,'`-whatever-netbsd"; exit 0 ;; NetBSD:*)