From 3518f3b8b0dc8d2deb3d03abd0a09b4012d634d4 Mon Sep 17 00:00:00 2001 From: wood Date: Fri, 9 Apr 1993 23:43:20 +0000 Subject: [PATCH] > Default to bsd if vendor is next. --- config.sub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.sub b/config.sub index 657bb8b..f4b0630 100755 --- 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 ;;