summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2021-03-15 16:22:06 +0000
committerryoon <ryoon@pkgsrc.org>2021-03-15 16:22:06 +0000
commitaf4025d990bf55b883596662283b4ca4325ba745 (patch)
tree7f15a163d0cda4dabe15a5df4313b6b9d2c57467 /bootstrap/bootstrap
parentfb36a025541d0b323a396c1c1ecdea02f2902548 (diff)
downloadpkgsrc-af4025d990bf55b883596662283b4ca4325ba745.tar.gz
bootstrap: Add MidnightBSD support to bootstrap shell script
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap7
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 31836944815..a9fdc4e66c8 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -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`