summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authorcharlotte <charlotte@pkgsrc.org>2022-09-29 02:25:15 +0000
committercharlotte <charlotte@pkgsrc.org>2022-09-29 02:25:15 +0000
commit9d505cf443761feb5cca1b8dac401a916263212f (patch)
tree532db79e51252007457011930c99472967ee6d23 /bootstrap/bootstrap
parente5823f5c7bed9fd3cff25e5153b6f4feb168a9dd (diff)
downloadpkgsrc-9d505cf443761feb5cca1b8dac401a916263212f.tar.gz
Remove support for Bitrig.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap7
1 files changed, 1 insertions, 6 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 417e09efd6a..edf95b10627 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.315 2022/09/15 11:53:05 jperkin Exp $
+# $NetBSD: bootstrap,v 1.316 2022/09/29 02:25:15 charlotte Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -563,11 +563,6 @@ AIX)
need_fixed_strip=yes
machine_arch=`get_machine_arch_aix`
;;
-Bitrig)
- root_group=wheel
- machine_arch=`arch -s`
- check_compiler=yes
- ;;
CYGWIN_*)
is_root () {
if id -nG | grep -q 'Administrators'; then