mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add dmesg.
This commit is contained in:
parent
c6c612c2c6
commit
ed9a3c50d8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4404
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile,v 1.37 1994/11/12 05:47:28 phk Exp $
|
# $Id: Makefile,v 1.38 1994/11/12 09:55:28 jkh Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
# Evil floppies are, of course, 1.2MB floppies.
|
# Evil floppies are, of course, 1.2MB floppies.
|
||||||
@ -17,8 +17,8 @@ DDCOUNT= 80
|
|||||||
|
|
||||||
MNT= /mnt
|
MNT= /mnt
|
||||||
|
|
||||||
CPIO1= basename cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
|
CPIO1= basename cat chmod cp date dd df dmesg echo ed expr hostname kill ln
|
||||||
CPIO1+= mt mv rcp rm rmdir sh sleep stty sync test tip [ -sh
|
CPIO1+= ls mkdir mt mv rcp rm rmdir sh sleep stty sync test tip [ -sh
|
||||||
CPIO1+= badsect chown clri disklabel dump dmesg fdisk fsck ifconfig init
|
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+= mknod mount mount_cd9660 mount_msdos mount_nfs ncftp newfs ping pwd
|
||||||
CPIO1+= reboot restore slattach swapon umount route
|
CPIO1+= reboot restore slattach swapon umount route
|
||||||
|
@ -20,9 +20,9 @@ ln sh -sh # init invokes the shell this way
|
|||||||
|
|
||||||
# /sbin stuff
|
# /sbin stuff
|
||||||
|
|
||||||
progs badsect basename chown clri disklabel dump dmesg fdisk fsck ft ifconfig
|
progs badsect basename chown clri disklabel dmesg dump dmesg fdisk fsck ft
|
||||||
progs init mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping reboot
|
progs ifconfig init mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping
|
||||||
progs restore swapon umount route
|
progs reboot restore swapon umount route
|
||||||
ln dump rdump
|
ln dump rdump
|
||||||
ln restore rrestore
|
ln restore rrestore
|
||||||
ln reboot halt
|
ln reboot halt
|
||||||
|
Loading…
Reference in New Issue
Block a user