mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Add cksum to the cpio floppy - automated checksumming of the *dist
tarballs is just one step away.
This commit is contained in:
parent
792216316f
commit
075b19c88f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4538
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user