diff options
author | wiz <wiz> | 2004-10-31 22:04:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-10-31 22:04:26 +0000 |
commit | fc056f0450172b931035d437467ba76379a3f03d (patch) | |
tree | a197a91f1bb3c391d405107a61240370f9526f3a /bootstrap | |
parent | 00c5c23b15b948c03ea3e377438e49abd2cfc122 (diff) | |
download | pkgsrc-fc056f0450172b931035d437467ba76379a3f03d.tar.gz |
Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap/bootstrap | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index 261ec5d0902..fbccf5c1e1b 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.22 2004/10/08 17:29:00 tv Exp $ +# $NetBSD: bootstrap,v 1.23 2004/10/31 22:04:26 wiz Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -200,6 +200,15 @@ Darwin) check_prog mtreeprog mtree machine_arch=`uname -p` ;; +DragonFly) + root_group=wheel + need_pax=no + need_mtree=no + need_bsd_install=no + need_sed=no + set_opsys=no + machine_arch=`uname -p` + ;; FreeBSD) root_group=wheel need_pax=yes |