From 8050bc7955c538a6ca6fdc18a4293aee40a30094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Wed, 16 Jun 1999 23:49:39 +0000 Subject: Typo. --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config b/config index 06c59f4bff..306af22654 100755 --- a/config +++ b/config @@ -121,10 +121,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*) case `/sbin/sysctl -n hw.model` in Pentium*) - echo "i586-whatever-bsd"; exit 0 + echo "i586-whatever-bsdi"; exit 0 ;; *) - echo "i386-whatever-bsd"; exit 0 + echo "i386-whatever-bsdi"; exit 0 ;; esac; ;; -- cgit v1.2.3