From b3671133c5257ba5e710188fda36e9e9177be427 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 6 Sep 2007 20:13:44 +0000 Subject: [PATCH] Add QNX configuration. From Sean Boudreau. --- bootstrap/bootstrap | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 691db209ec45..dd7db148ef6d 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.109 2007/09/06 19:23:25 joerg Exp $ +# $NetBSD: bootstrap,v 1.110 2007/09/06 20:13:44 joerg Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -537,6 +537,16 @@ OSF1) need_sed=yes set_opsys=no ;; +QNX) + root_group=root + need_pax=yes + need_bsd_install=yes + set_opsys=no + groupsprog="id -gn" + whoamiprog="id -un" + fetch_cmd="/usr/bin/ftp" + machine_arch=`uname -p | sed -e 's/x86/i386/'` + ;; *) echo "This platform ($opsys) is untried - good luck, and thanks for using pkgsrc" root_group=wheel