summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap/bootstrap5
1 files changed, 2 insertions, 3 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 99d38cbf22a..b43983faa7a 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.28 2005/01/16 02:56:24 grant Exp $
+# $NetBSD: bootstrap,v 1.29 2005/01/20 22:36:06 agc Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -207,12 +207,11 @@ Darwin)
;;
DragonFly)
root_group=wheel
- need_pax=no
+ need_pax=yes
need_mtree=no
need_bsd_install=no
need_sed=no
set_opsys=no
- check_prog paxprog pax
check_prog tarprog tar
check_prog mtreeprog mtree
machine_arch=`uname -p`