From: wood Date: Fri, 9 Apr 1993 23:43:20 +0000 (+0000) Subject: > Default to bsd if vendor is next. X-Git-Tag: Release-0-25~526 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04eaf8b2db138947a7797e5e4a10342b5698eaea;p=thirdparty%2Fautomake.git > Default to bsd if vendor is next. --- diff --git a/config.sub b/config.sub index 657bb8bb1..f4b0630f8 100644 --- a/config.sub +++ b/config.sub @@ -607,6 +607,9 @@ case $basic_machine in i370-*) os=-mvs ;; + *-next) + os=-bsd + ;; i[34]86-*) os=-sco3.2v2 ;; diff --git a/lib/config.sub b/lib/config.sub index 657bb8bb1..f4b0630f8 100644 --- a/lib/config.sub +++ b/lib/config.sub @@ -607,6 +607,9 @@ case $basic_machine in i370-*) os=-mvs ;; + *-next) + os=-bsd + ;; i[34]86-*) os=-sco3.2v2 ;;