mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Add back tar - I'm not sure where it went again! I know that
cpio reads tar files, but this gives you "tar" in its old familar way, which is important for those trying to read the old extract.sh'd bindist.
This commit is contained in:
parent
8ab1d79d16
commit
5dab37e2b3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4492
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.42 1994/11/13 01:46:22 jkh Exp $
|
||||
# $Id: Makefile,v 1.43 1994/11/14 20:56:17 phk Exp $
|
||||
#
|
||||
|
||||
# Evil floppies are, of course, 1.2MB floppies.
|
||||
@ -18,7 +18,7 @@ DDCOUNT= 80
|
||||
MNT= /mnt
|
||||
|
||||
CPIO1= basename cat chmod cp date dd df dmesg echo ed expr hostname kill ln
|
||||
CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync test tip [ -sh
|
||||
CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync tar test tip [ -sh
|
||||
CPIO1+= badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
|
||||
CPIO1+= mknod mount mount_cd9660 mount_msdos mount_nfs ncftp newfs ping pwd
|
||||
CPIO1+= reboot restore slattach swapon umount route
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: kcopy.conf,v 1.4 1994/09/09 16:02:04 rgrimes Exp $
|
||||
# $Id: boot_flp.conf,v 1.1 1994/10/26 05:42:25 phk Exp $
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin
|
||||
|
||||
@ -9,7 +9,7 @@ srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin /usr/src/gnu/usr.bin
|
||||
progs sysinstall newfs gzip cpio fsck dialog
|
||||
ln gzip gunzip
|
||||
ln gzip zcat
|
||||
#ln sh -sh
|
||||
# ln sh -sh
|
||||
# ln sysinstall oinit
|
||||
# ln test [
|
||||
|
||||
|
@ -29,7 +29,7 @@ ln reboot halt
|
||||
|
||||
# /usr/bin stuff
|
||||
|
||||
progs tip ftp ncftp rsh sed telnet rlogin
|
||||
progs tar tip ftp ncftp rsh sed telnet rlogin
|
||||
|
||||
ln tip cu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user