summaryrefslogtreecommitdiff
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
commit57c9421b60400b445b5352b48d6ffa33a40cd88b (patch)
treea197a91f1bb3c391d405107a61240370f9526f3a
parent73086b79df3ec9910ac12020c98c9cd9c232f0ae (diff)
downloadpkgsrc-57c9421b60400b445b5352b48d6ffa33a40cd88b.tar.gz
Add DragonFlyBSD recognition defaults, provided by Todd Willey on tech-pkg.
-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