From 23d24e09ba5f546f74b09e6a683cd14585e42f0e Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 12 Jan 2005 11:30:37 +0000 Subject: Apply fixes to set TARPROG definition properly for DragonFlyBSD from Todd Willey in PR 28941. --- bootstrap/bootstrap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap index b178b1cd78d..3e71eecbcfa 100755 --- a/bootstrap/bootstrap +++ b/bootstrap/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.25 2005/01/05 21:51:19 tv Exp $ +# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $ # # # Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved. @@ -212,6 +212,9 @@ DragonFly) 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` ;; FreeBSD) -- cgit v1.2.3