From 79ffb3dc4b288006346ff59a93d132c6d3e4320c Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 6 Sep 2007 20:13:44 +0000 Subject: Add QNX configuration. From Sean Boudreau. --- bootstrap/bootstrap | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 691db209ec4..dd7db148ef6 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 -- cgit v1.2.3