Add QNX configuration. From Sean Boudreau.

This commit is contained in:
joerg 2007-09-06 20:13:44 +00:00
parent 70e41a9263
commit b3671133c5

View file

@ -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