Recognize operating system `netbsd*'.

This commit is contained in:
Roland McGrath 1993-09-10 05:01:21 +00:00
parent b2d7a9c720
commit 6a794f078c

2
config.sub vendored
View file

@ -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|'`