From cc7f9762118bcdef7c5f7bb2504f761aeac8eddf Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 4 Dec 2004 08:24:36 +0000 Subject: [PATCH] Replace GNU tar with BSD tar. --- rescue/rescue/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 7213a3c57fc5..a75edc2e5d3c 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -189,7 +189,9 @@ CRUNCH_PROGS_usr.bin+= bzip2 CRUNCH_ALIAS_bzip2= bunzip2 bzcat CRUNCH_LIBS+= -lbz2 -CRUNCH_PROGS_gnu/usr.bin+= tar +CRUNCH_PROGS_usr.bin+= tar +CRUNCH_LIBS+= -larchive + CRUNCH_PROGS_usr.bin+= vi CRUNCH_ALIAS_vi= ex