summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-06-28 10:33:37 +0000
committerRichard Levitte <levitte@openssl.org>2000-06-28 10:33:37 +0000
commite871dcbc2355e65ba2bee657e8821b9fb0dceffa (patch)
treef4aa984f849efe418dc44b2cd39d6142a5af4e59 /config
parentadbd4ed16d483ae2fd946b3acf353f1143245b1d (diff)
Make sure we use /usr/sbin/sysctl, especially since /usr/sbin is not
always in the users $PATH...
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 130f2d7267..c89e69a17c 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:*)