diff options
author | phk <phk@FreeBSD.org> | 2004-03-16 13:42:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-03-16 13:42:23 +0000 |
commit | fe6f003286f1c3c0ab8d0da33af4756c1f6a07db (patch) | |
tree | a28e23991c48e60e9e19045e7608fa45ffe94775 /rescue | |
parent | 84ca086b141abd17fadaad16366dc1ac82d3829e (diff) | |
download | FreeBSD-src-fe6f003286f1c3c0ab8d0da33af4756c1f6a07db.zip FreeBSD-src-fe6f003286f1c3c0ab8d0da33af4756c1f6a07db.tar.gz |
Remove dangling raidctl reference
Diffstat (limited to 'rescue')
-rw-r--r-- | rescue/rescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index ee03590..8d0a908 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -110,7 +110,7 @@ CRUNCH_PROGS_sbin= atacontrol badsect bsdlabel \ md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ mount_std mount_udf mount_umapfs mount_unionfs newfs \ - newfs_msdos nos-tun ping raidctl reboot \ + newfs_msdos nos-tun ping reboot \ restore rcorder route routed rtquery rtsol savecore \ slattach spppcontrol startslip swapon sysctl tunefs umount |