mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +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.
|
||||
@ -17,8 +17,8 @@ DDCOUNT= 80
|
||||
|
||||
MNT= /mnt
|
||||
|
||||
CPIO1= basename cat chmod cp date dd df echo ed expr hostname kill ln ls mkdir
|
||||
CPIO1+= mt mv rcp rm rmdir sh sleep stty sync test tip [ -sh
|
||||
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+= 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
|
||||
|
@ -20,9 +20,9 @@ ln sh -sh # init invokes the shell this way
|
||||
|
||||
# /sbin stuff
|
||||
|
||||
progs badsect basename chown clri disklabel dump dmesg fdisk fsck ft ifconfig
|
||||
progs init mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping reboot
|
||||
progs restore swapon umount route
|
||||
progs badsect basename chown clri disklabel dmesg dump dmesg fdisk fsck ft
|
||||
progs ifconfig init mknod mount mount_cd9660 mount_msdos mount_nfs newfs ping
|
||||
progs reboot restore swapon umount route
|
||||
ln dump rdump
|
||||
ln restore rrestore
|
||||
ln reboot halt
|
||||
|
Loading…
Reference in New Issue
Block a user