Add cksum to the cpio floppy - automated checksumming of the *dist

tarballs is just one step away.
This commit is contained in:
Jordan K. Hubbard 1994-11-17 07:09:22 +00:00
parent 792216316f
commit 075b19c88f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4538
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.43 1994/11/14 20:56:17 phk Exp $
# $Id: Makefile,v 1.44 1994/11/15 08:10:31 jkh Exp $
#
# Evil floppies are, of course, 1.2MB floppies.
@ -17,8 +17,8 @@ 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 tar test tip [ -sh
CPIO1= basename cat chmod cksum cp date dd df dmesg echo ed expr hostname kill
CPIO1+= ln 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

View File

@ -12,8 +12,8 @@ srcdirs /usr/src/gnu/usr.bin
# /bin stuff
progs cat chmod cp date dd df echo ed expr grep hostname kill ln ls mkdir
progs mt mv pwd rcp rm rmdir sh sleep slattach stty sync test
progs cat chmod cksum cp date dd df echo ed expr grep hostname kill ln ls
progs mkdir mt mv pwd rcp rm rmdir sh sleep slattach stty sync test
ln test [
ln sh -sh # init invokes the shell this way