diff options
author | obrien <obrien@FreeBSD.org> | 2003-07-21 02:47:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-07-21 02:47:04 +0000 |
commit | 814422725b8d31c1541f7e4484bbb66250f11f73 (patch) | |
tree | 0c9a8bf85ca17d3434ba2ebb0973e33f7870f557 | |
parent | 68ad15ef49ec7213af4d4e7c7c0af978a3fbb32e (diff) | |
download | FreeBSD-src-814422725b8d31c1541f7e4484bbb66250f11f73.zip FreeBSD-src-814422725b8d31c1541f7e4484bbb66250f11f73.tar.gz |
Missed one, remove one more.
-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 6631596..5f532d3 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -105,7 +105,7 @@ CRUNCH_SRCDIRS+= sbin CRUNCH_PROGS_sbin= atm atacontrol badsect bsdlabel camcontrol \ ccdconfig clri devfs dmesg dump \ dumpfs dumpon fore_dnld fsck fsck_ffs fsck_msdosfs fsdb \ - fsirand gbde ifconfig ilmid init ip6fw \ + fsirand gbde ifconfig ilmid init \ kldconfig kldload kldstat kldunload ldconfig \ md5 mdconfig mdmfs mknod mount mount_cd9660 mount_ext2fs \ mount_msdosfs mount_nfs mount_ntfs mount_nullfs \ |