#!/bin/sh # # This file will extract all of the FreeBSD binaries into /. # SOURCEDIR=. DESTDIR=/ cd $SOURCEDIR # Note that base.aa is REQUIRED to be able to use the source tree for # building in. # cat bin_tgz.* | gunzip | tar --directory ${DESTDIR} -xpf - #NO_EXPORT#cat des_tgz.* | gunzip | tar --directory ${DESTDIR} -xpf -