From: Roland McGrath Date: Fri, 10 Sep 1993 05:01:21 +0000 (+0000) Subject: Recognize operating system `netbsd*'. X-Git-Tag: fsf-origin~859 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0986094696ce9d9a49a37f9ef4b3d697d659de9;p=thirdparty%2Fautoconf.git Recognize operating system `netbsd*'. --- diff --git a/config.sub b/config.sub index 0e6efcfed..db61b9db0 100755 --- a/config.sub +++ b/config.sub @@ -518,7 +518,7 @@ case $os in | -amigados* | -msdos* | -newsos* | -unicos* | -aos* \ | -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \ | -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -386bsd* | -lynxos*) + | -386bsd* | -netbsd* | -lynxos*) ;; -sunos5*) os=`echo $os | sed -e 's|sunos5|solaris2|'`