summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-10-31 22:04:26 +0000
committerwiz <wiz@pkgsrc.org>2004-10-31 22:04:26 +0000
commit37aaf3046b4d88d003701958e39dd790ff5e2684 (patch)
treea197a91f1bb3c391d405107a61240370f9526f3a /bootstrap
parent66e59ec804c491cac6c149056619794c4e06ea9b (diff)
downloadpkgsrc-37aaf3046b4d88d003701958e39dd790ff5e2684.tar.gz
Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap/bootstrap11
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