K 10 svn:author V 8 truckman K 8 svn:date V 27 2000-11-05T15:34:58.000000Z K 7 svn:log V 526 Change MAKEDEV so that it prepends /sbin:/bin to $PATH instead of totally overwriting $PATH, and find mknod $PATH instead of hardcoding /sbin so that the copy of MAKEDEV on the fixit floppy is usable, since mknod and expr live in /mnt2/stand when the fixit floppy is running. Get rid of the sed invokation in release/Makefile that attempts to delete the PATH setting stuff from MAKEDEV on the fixit floppy. This hasn't worked since a long ago change to MAKEDEV caused the sed expression to no longer match. PR: misc/21241 END