bootstrap: Add MidnightBSD support to bootstrap shell script

This commit is contained in:
ryoon 2021-03-15 16:22:06 +00:00
parent 483412fe32
commit db93e5dcb0
2 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,3 @@
$NetBSD: README.MidnightBSD,v 1.1 2021/03/15 16:22:06 ryoon Exp $
Please read the general README file and README.FreeBSD as well.

View File

@ -1,6 +1,6 @@
#! /bin/sh
# $NetBSD: bootstrap,v 1.297 2021/02/15 12:56:53 cjep Exp $
# $NetBSD: bootstrap,v 1.298 2021/03/15 16:22:06 ryoon Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@ -732,6 +732,11 @@ Linux)
ppc64le) machine_arch=powerpc64le ;;
esac
;;
MidnightBSD)
root_group=wheel
machine_arch=`uname -p`
check_compiler=yes
;;
Minix)
root_group=wheel
machine_arch=`uname -p`